wp_autoload_values_to_autoload

FUNCTION wp-includes\option.php (ligne 3252) github
Returns the values that trigger autoloading from the options table.

Paramètres

Entrée :
N/A
Sortie :
@return string[] The values that trigger autoloading.

Utilisation

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

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

Actualités

Chargement des actualités...