This file is part of the WooCommerce Email Editor package. Template canvas file to render the emails custom post type.
get_post(
Sortie :
// Modifier la valeur avec le filtre 'woocommerce_email_editor_preview_post_template_html'
add_filter('woocommerce_email_editor_preview_post_template_html', 'ma_fonction_filtre', 10, 1);
function ma_fonction_filtre(get_post() {
// Modifier la valeur
return get_post(;
}
Chargement des actualités...