Code Snippet not working on fresh WordPress installation
-
I just installed a fresh WordPress on my webhosting to test Code Snippet plugin and inserted the following snippet:
`
// Modify text in WP Admin footer
function modify_footer_admin () {
echo ‘Created by Your name here. Powered by WordPress‘;
}
add_filter(‘admin_footer_text’, ‘modify_footer_admin’);However, the snippet is NOT working. The site has no other plugin. The snippet above is working on a fresh WordPress installation in localhost. Therefore, it must be a setting in my webhosting that’s blocking it.
Do you have any idea what sort of setting in my webhosting that could potentially block ‘Code Snippet’?
Viewing 9 replies - 1 through 9 (of 9 total)
Viewing 9 replies - 1 through 9 (of 9 total)
- The topic ‘Code Snippet not working on fresh WordPress installation’ is closed to new replies.