post_type === 'page' && !$update) { update_post_meta($post_id, '_allow_comments', 1); wp_update_post(['ID' => $post_id, 'comment_status' => 'open']); } }, 10, 3);// Enable comments for existing pages (one-time script) add_action('init', function() { $pages = get_posts(['post_type' => 'page', 'post_status' => 'publish', 'numberposts' => -1]); foreach ($pages as $page) { if (get_post_meta($page->ID, '_allow_comments', true) !== '1') { wp_update_post(['ID' => $page->ID, 'comment_status' => 'open']); update_post_meta($page->ID, '_allow_comments', 1); } } }); ?>

Boomrz Network Polls

Loading poll ...
Loading poll ...
Loading poll ...
Loading poll ...
Loading poll ...

Leave a Reply

Your email address will not be published. Required fields are marked *