do_shortcode_tag

FUNCTION wp-includes\shortcodes.php (ligne 369) github
Regular Expression callable for do_shortcode() for calling shortcode hook.

Paramètres

Entrée :
$m
Sortie :
@param array $m {
@return string Shortcode output.

Utilisation

// Utilisation de la fonction do_shortcode_tag
$result = do_shortcode_tag($m);

if ($result) {
    // Votre logique ici
}

Actualités

Chargement des actualités...