tool_box

ACTION wp-admin\tools.php (ligne 93) github
Fires at the end of the Tools Administration screen.

Paramètres

Entrée :
N/A
Sortie :
N/A

Utilisation

// Ajouter une fonction au hook action 'tool_box'
add_action('tool_box', 'ma_fonction_personnalisee', 10, 1);

function ma_fonction_personnalisee() {
    // Votre code ici
    error_log('Hook tool_box déclenché');
}

Actualités

Chargement des actualités...