Filters the "Thank you" text displayed in the admin footer.
Filtre le texte de remerciement affiché dans le pied de page de l'administrateur.
''
Sortie :
@param string $text The content that will be printed.
add_filter('admin_footer_text', 'custom_admin_footer');
function custom_admin_footer() {
return 'Custom © 2024';
}
Chargement des actualités...