forum share
   textsms      forum    

Removing WordPress version and thank you message from admin dashboard

INDEX \ Articole/intrebari \ Removing WordPress version and thank you message from admin dashboard

Removing WordPress version and thank you message from admin dashboard

text_format+  text_format-


/* Removing WordPress version and thank you message from admin dashboard bottom area /.. */
function wpse_edit_footer() {
add_filter('admin_footer_text', 'wpse_edit_text', 11);
}
function wpse_edit_text($content) {
return "YOUR CUSTOM TEXT HERE!";
}
add_action('admin_init', 'wpse_edit_footer');
/* ../ Removing WordPress version and thank you message from admin dashboard bottom area */




update Ultima actualizare: 22/01/2017
done Informatiile cuprinse in aceasta sectiune sunt verificate si actualizate periodic.

list Articole recente
arrow_back Inapoi


© 2024 EVIDWEB. Toate drepturile rezervate. Design: EVIDWEB

share   forum   textsms