Filters the arguments for an admin notice.
$message, $args = array(
Sortie :
@param array $args The arguments for the admin notice.
@param string $message The message for the admin notice.
@param string $markup The HTML markup for the admin notice.
@param string $message The message for the admin notice.
@param array $args The arguments for the admin notice.
@param string $message The message to output.
@param array $args {
// Utilisation de la fonction wp_admin_notice
$result = wp_admin_notice($message, $args = array();
if ($result) {
// Votre logique ici
}
Chargement des actualités...