Fires immediately following the closing "actions" div in the tablenav for the posts list table.
$which
Sortie :
@param string $which The location of the extra table nav markup: 'top' or 'bottom'.
// Ajouter une fonction au hook action 'manage_posts_extra_tablenav'
add_action('manage_posts_extra_tablenav', 'ma_fonction_personnalisee', 10, 1);
function ma_fonction_personnalisee($which) {
// Votre code ici
error_log('Hook manage_posts_extra_tablenav déclenché');
}
Chargement des actualités...