Forums
(@jonatan2aocubo)
5 years, 3 months ago
i solved with this function
add_filter(‘wpcf7_’.’produtos_cotacao’.’_get_posts’, ‘filter_dropdown_posts’);
function filter_dropdown_posts($post_args) { $post_args[‘categoria_taxonomy’] = ‘pochetes’; return $post_args; }