To remove “Powered by WordPress,” from the AMP plugin’s footer.php template file.
Reference
This new file should reside at:
wp-content/themes/yourtheme/amp/footer.php
Footer.php
<footer class="amp-wp-footer">
<div>
<h2><?php echo esc_html( $this->get( 'blog_name' ) ); ?></h2>
<a href="#top" class="back-to-top"><?php _e( 'Back to top', 'amp' ); ?></a>
</div>
</footer>
This will ensure that Remove Powered WordPress AMP Plugin will still remain after the plugin is updated next time.
Related Posts:
- WAMP to XAMPP WordPress transfer
- How do I set up XAMPP to allow me to download plugins and themes?
- Plugin not working locally, but works on server
- Xamp installed local wordpress not allowing to publish or install plugin
- Fatal error: Out of memory with the Duplicator plugin
- wordpress on localhost lamp doesn’t let me install plugins
- WP_User_Query and non-unique usermeta data
- Redirect to settings page after install
- What is the correct way for a theme to support plugin UIs?
- What is the ‘admin_action_’ . $_REQUEST[‘action’] hook used for?
- How does WordPress determine the primary plugin PHP file?
- How should I use register_setting, add_settings_section, & add_settings_field in my plugin’s options page?
- Data sanitization escaping HTML apostrophes
- Custom comment type maybe?
- How do I get Version of all active plugins programmatically?
- Remove Adminstrator Hyperlink from a user having role to add and see users
- Enable comments for post with comments meta box removed
- How to link to YouTube videos with thumbnails?
- Problem protecting a page with a password
- Storing image gallery plugin data
- wordpress custom login successful redirect hook
- Is there any site where i can found good documentation of wp-ecommerce plugin?
- plugin for wp_list_categories with posts
- flush_rewrite_rules() not working on plugin activation
- Determine plugin name from within plugin_action_links filter
- Having separate plugins and themes folder for multi-site setup
- Is there a plugin to record querystring parameters for a page (for customer tracking)? [closed]
- Where should I add the necessary code to add an extra attribute to the kses allowed tags array?
- Why are some of my thumbnails not being generated?
- Mouse Wheel Anchor Scrolling on WordPress [closed]
- prettyPhoto media loading very slowly in Chrome
- Add keywords meta to index.php page
- Shortcode in widget is printing before the title [duplicate]
- Does anyone know a plugin that turns a ‘post’ into an html newsletter?
- How to check if tables in WordPress still exists after activations
- Working with .po and .mo files translation
- Redirecting a buddyboss profile tab to a different tab if not subscribed to a specific membership
- Unicode characters displaying as ? after import using WP Clone
- Custom wordpress Theme and Plugin repository
- Template filter for custom taxonomy terms
- Overwrite a plugin’s CSS?
- WooCommerce product and terms count [closed]
- plugin generated 751 characters of unexpected output during activation
- MediaElement.js works on one site but not the other?
- Moving to a WordPress blog. What do I need to know?
- Default plugin config to override wp_options?
- Performance impact with inactive plugins? [duplicate]
- How can I support plugins in a custom theme?
- Redeclare function after plugin activation
- Conditional Shipping Options if Certain Products are in Cart WooCommerce
- Easy WP SMTP plugin test email failed
- How to modify or create custom contact form 7 select options [closed]
- Can I filter a function created by a theme or a plugin?
- Get all posts, regardless of status
- Comment “like” problem – “users who like this” avatar linking to current user profile instead of “liker’s” profile
- WordPress rewrite rules not working
- Restrict access to live site from public while showing small group the new site all on the same URL?
- How do I change the text: Click on Event Name for description/registration
- How can woocommerce be used in mu-plugins folder?
- force jQuery to load in the head
- Get variable value based on string constant
- Set domain level rel canonical with Yoast SEO [closed]
- Parent Child Custom Fields with Advanced Custom Fields
- Jetpack: Subscribe via e-mail [closed]
- Download counter for skydrive shared files in wordpress
- All new plugins generating 311 chars of unexpected output?
- auto activate plugin when theme is active
- How to return a specific attribute
- How to proper escape echo inside a javascript tag
- Display all posts ordered by word count
- WordPress load same script two times
- How do I reinit WordPress plugins dynamically using jS?
- Activate Plugin Automatically After Set Time
- why does an empty get_the_excerpt change get_the_ID to default homepage?
- How to implement data residency in my WordPress site
- Allow members to create groups on my site
- Replace plugin HTML to single text using hooks
- using WPPB shortcodes without the plugin
- WordPress UPDATE queries on MySQL database stuck
- Unable to download backup file created using All in One WP Migration WordPress plugin
- Unset plugins on front-end belonging to specific category
- fix undefined variable in native wp files
- Many to many relationship for variable products
- Restrict role to use a plugin
- Ajax Load More on Hierarchical Categories
- Is it a good practice to use wordpress database to store pages contents which loading to page dynamically?
- Any way to force a specific plugin to use single site tables in multisite installation?
- How to add styling and script to a custom widget plugin
- Where do the section input fields values are stored in database
- View more posts of a sub-category
- Use WP_Query for custom post type but result get empty
- WordPress menu and plugin installation problem
- How to filter a a variable in a plugin’s function?
- Create Array from data in the OPTIONS table
- Where to insert customize_register in wordpress plugin
- Call current post parameters inside a plugin
- I want to create a Visual Recipe site on WordPress, any suggestions or tips on how i can do it? [closed]
- What happened to WP No Category Base?
- Pulling RSS from site and display it in posts
- Shortcode returning specific content of a post