'nav_menu_item', // Query performance optimization. 'fields' => 'ids', 'no_found_rows' => true, 'post_status' => 'any', ); $query = new WP_Query( $args ); // Have posts? if ( $query->have_posts() ) : return $query->posts; endif; return null; } } /** * Kicking this off by calling 'get_instance()' method */ Astra_Sites_Batch_Processing_Misc::get_instance(); endif;