wooblueprint_export_landingpage

FILTER woocommerce\packages\blueprint\src\ExportSchema.php (ligne 46) github
Export the schema steps.

Paramètres

Entrée :
'/'
Sortie :
@param string[] $steps Array of step names to export, optional.
@return array|WP_Error The exported schema array or a WP_Error if the export fails.

Utilisation

// Modifier la valeur avec le filtre 'wooblueprint_export_landingpage'
add_filter('wooblueprint_export_landingpage', 'ma_fonction_filtre', 10, 1);

function ma_fonction_filtre('/') {
    // Modifier la valeur
    return '/';
}

Actualités

Chargement des actualités...