twentynineteen_content_width

FUNCTION wp-content\themes\twentynineteen\functions.php (ligne 239) github
Sets the content width in pixels, based on the theme's design and stylesheet. Priority 0 to make it available to lower priority callbacks.

Paramètres

Entrée :
N/A
Sortie :
N/A

Utilisation

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

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

Actualités

Chargement des actualités...