Created
June 13, 2022 13:50
-
-
Save runezero/05522b2dc07fe7606a4aef37e400d120 to your computer and use it in GitHub Desktop.
[Disable footer backlinks] Remove the Kriesi link in footer links #enfold
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?php | |
| add_filter('kriesi_backlink','remove_backlink'); | |
| function remove_backlink(){ | |
| $kriesi_at_backlink = ''; | |
| return $kriesi_at_backlink; | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment