Filters the notice output for the 'Browse Happy' nag meta box.
$notice, $response
Sortie :
@param string $notice The notice content. @param array|false $response An array containing web browser information, or
// Modifier la valeur avec le filtre 'browse-happy-notice'
add_filter('browse-happy-notice', 'ma_fonction_filtre', 10, 1);
function ma_fonction_filtre($notice) {
// Modifier la valeur
return $notice;
}
Chargement des actualités...