Fires just before the Filter submit button for comment types.
N/A
Sortie :
// Ajouter une fonction au hook action 'restrict_manage_comments'
add_action('restrict_manage_comments', 'ma_fonction_personnalisee', 10, 1);
function ma_fonction_personnalisee() {
// Votre code ici
error_log('Hook restrict_manage_comments déclenché');
}
Chargement des actualités...