When your website means business.

Custom Admin | Type: PHPCustom Text in Admin Footer

This replaces the “Thank you for creating with WordPress” message. Add to the theme functions file.

/*** customize admin footer text ***/
function custom_admin_footer() {
        echo '<a href="https://evowebdev.com/support/" target="_blank" style="font-weight:bold; text-decoration:none;" rel="noopener">GET WEBSITE SUPPORT</a>';
} 
add_filter('admin_footer_text', 'custom_admin_footer');
Menu
We use cookies in order to give you the best possible experience on our website. By continuing to use this site, you agree to our use of cookies.
Accept
Cookies Notice