Akash Badole
Forum Replies Created
-
Thanks for the quick reply.
The above message indicates that the plugin is not open. After deactivating all plugins, it’s working fine.
I don’t have logs anymore. I switched to other plugins.Final output
$args = array(
‘post_type’ => ‘product’,
‘posts_per_page’ => -1,
‘post_status’ => ‘publish’,
‘fields’ => ‘ids’, // duplicate – not assigned
‘meta_query’ => array(
array(‘key’ => ‘_stock_status’,
‘value’ => ‘outofstock’,
)),
);$loop_arg = new WP_Query( $args );
$loop_ids = $loop_arg->posts;
foreach($loop_ids as $loop => $loop_id){
wp_update_post( array( ‘ID’ => $loop_id,
‘post_status’ => ‘pending’ ) );
wp_reset_query();
echo “<script>console.log(‘Product updating from publish to pending’);</script>”;
}Thanks
Ok.
also auto sync not happen in my website.also gutenberg editor didnt open, when cloudinary plugin deactivated then it worked. please check.Forum: Plugins
In reply to: [W3 Total Cache] canonical syntax error showingok
Forum: Plugins
In reply to: [W3 Total Cache] canonical syntax error showingGoogle search console showing that error
Forum: Plugins
In reply to: [W3 Total Cache] canonical syntax error showingSEO audit missing quotes showing as syntax error, and without qoutes canonical tag are not valid.
https://developers.google.com/search/docs/advanced/crawling/consolidate-duplicate-urls#expandable-5
Forum: Plugins
In reply to: [W3 Total Cache] canonical syntax error showingError showing
Forum: Plugins
In reply to: [W3 Total Cache] canonical syntax error showingVersion 2.1.1
Sorry for not responding.
Yes i want email part code.
Thanks for giving response.
Can you show email notifications function or class in code?
thanks for reply.
after updating plugin, plugin can not save details, is that problem from plugin????