How to remove the right side wordpress.org Copyright information
File path that needs to be modified /wp-includes/default-widgets.php
About 461 rows were found ( wordpress 4.3 Version)
<?php /** * Filter the "Powered by WordPress" text in the Meta widget. * * @since 3.6.0 * * @param string $title_text Default title text for the WordPress.org link. */ echo apply_filters( 'widget_meta_poweredby', sprintf( '<li><a href="%s" title="%s">%s</a></li>', esc_url( __( 'https://wordpress.org/' ) ), esc_attr__( 'Powered by WordPress, state-of-the-art semantic personal publishing platform.' ), _x( 'WordPress.org', 'meta widget link text' ) ) ); wp_meta();?>
Delete the middle one echo ..... arrive... )):Just part of it, remember not to delete all the codes, otherwise the website will report an error.In order to prevent some students from deleting errors, I showed it in the figure, just delete the code in the red box. OK Now.Uh, commenting out is OK!
In the last step, save the modified document, upload and overwrite the original document, refresh your website and see the effect!

The above is what Suyou Network shared with everyone "How to remove the right side wordpress.org Copyright information", thank you very much for your patience to read this article. We will provide you with more information on reference, use or learning and communication.We can also provide you with:Enterprise website construction, website imitation, website copying, imitation site, foreign trade website construction, foreign trade website construction, company official website productionFor services, our company serves customers with the service concept of "integrity, professionalism, pragmatism and innovation".If you need cooperation, please scan the code to consult, and we will serve you sincerely.
TAG Label: