Get the parent of the post.
absint( $this->get_post_data(
Sortie :
@return int
// Modifier la valeur avec le filtre 'woocommerce_product_parent'
add_filter('woocommerce_product_parent', 'ma_fonction_filtre', 10, 1);
function ma_fonction_filtre(absint( $this->get_post_data() {
// Modifier la valeur
return absint( $this->get_post_data(;
}
Chargement des actualités...