add_action('wp_footer', 'modifier_nom_affiche_my_account'); function modifier_nom_affiche_my_account() { if (is_account_page()) { } }