Fires just before the submit button in the custom header options form.
N/A
Sortie :
// Ajouter une fonction au hook action 'custom_header_options'
add_action('custom_header_options', 'ma_fonction_personnalisee', 10, 1);
function ma_fonction_personnalisee() {
// Votre code ici
error_log('Hook custom_header_options déclenché');
}
Chargement des actualités...