Allow extend the list of templates that should be auto-generated.
$this->product_form_templates
Sortie :
@param array $templates List of templates to auto-generate.
// Modifier la valeur avec le filtre 'woocommerce_product_form_templates'
add_filter('woocommerce_product_form_templates', 'ma_fonction_filtre', 10, 1);
function ma_fonction_filtre($this->product_form_templates) {
// Modifier la valeur
return $this->product_form_templates;
}
Chargement des actualités...