print_late_styles

FUNCTION wp-includes\script-loader.php (ligne 2332) github
Filters whether to print the admin styles.

Paramètres

Entrée :
N/A
Sortie :
@param bool $print Whether to print the admin styles. Default true.
@return array|void

Utilisation

// Utilisation de la fonction print_late_styles
$result = print_late_styles();

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

Actualités

Chargement des actualités...