Custom Admin Footer
  • LET'S TALK!

    Fill in the form below to make an enquiry or find my contact details on my contact page.

  • This field is for validation purposes and should be left unchanged.

Freelance WordPress Developer

Custom Admin Footer

Do you want to put a link or a message on the WP admin’s footer, well this snippet it will help you.


/**
 *
 * Customize admin footer text
 */
if ( ! function_exists( 'ns_custom_admin_footer' ) ) {
function ns_custom_admin_footer() {
 echo 'add your custom footer text and html here';
}
add_filter( 'admin_footer_text', 'ns_custom_admin_footer' );
}

 

source: 10 Tips optimize WordPress theme

ABOUT AUTHOR

Nuno

Hi, I'm a Freelance Web Developer and WordPress Expert based in London with a wealth of website development and support experience. I am great at problem solving and developing quick solutions.