Skip to content

WPChill/remove-footer-credit

Repository files navigation

=== Remove Footer Credit ===
Contributors: wpchill, silkalns
Tags: footer, credit, change, modify, replace, remove, link, HTML, text, remove footer credit
Requires at least: 5.9
Tested up to: 6.6
Stable tag: 1.0.14
Requires PHP: 7.2
License: GPLv3 or later

Remove or change footer credits or any text or HTML without modifying code.

== Description ==

Remove or replace footer credits (or any text or HTML in page) before page is rendered. With this plugin there is no need to modify code such as footer.php which if done incorrectly can cause your site to break or new theme updates will stomp over your changes requiring you to remove footer credits on each update.

This plugin has very minimal options to keep things simple and easier to use. You enter the text or HTML that you would like to find in one text box and the text or HTML that you would like to replace in another text box (or nothing to remove). Go [here](https://cpothemes.com/remove-powered-by-wordpress/) to view my step by step tutorial with screenshots and video.


== Installation ==

1. From WordPress Admin, go to Plugins -> Add New
2. Search for plugin "Remove Footer Credit"
3. Install and Activate
4. Go to Tools -> Remove Footer Credit
5. Enter text you would like to change in first text box
6. Enter text you would like to replace in second text box
7. Click Save

== Screenshots ==

1. Remove footer credit

== Changelog ==

= 1.0.14 - 21.03.2024 =
Fixed: Security issue

= 1.0.13 - 24.02.2022 =
Fixed: Replaceable text new line bug

= 1.0.12 - 25.01.2022 =
Fixed: Sanitization for replaceable and replacement text

= 1.0.11 - 11.01.2022 =
Added: Sanitization and escapes

= 1.0.10 - 20.07.2021 =
Fixes: PHP error
Fixes: replace string with html entities and without

= 1.0.9 - 16.07.2021 =
Fixes: Adding replace string at bottom of the site.

= 1.0.8 - 13.07.2021 =
Fixed: Plugin not replacing credits.

= 1.0.7 - 05.07.2021 =
Changed: Updated security fixes for XSS

= 1.0.6 - 24.06.2021 =
Fixed: Security issue regarding XSS

= 1.0.5 =
* update translation file

= 1.0.4 =
* minor textdomain update
* version bump
* translation ready

= 1.0.3 =
* minor tweak & version bump

= 1.0 =
* Initial release.