//don't show product in Yoast feed!
add_action('wpo_create_custom_product', function($post_id, $product){
update_post_meta($post_id, "_yoast_wpseo_meta-robots-noindex", 1);
},10,2);Hide created product in Yoast feed Print
Created by: Alex Prokaev
Modified on: Mon, 7 Oct, 2019 at 9:55 AM
Did you find it helpful? Yes No
Send feedbackSorry we couldn't be helpful. Help us improve this article with your feedback.