Skip to content

Commit

Permalink
Merge pull request #3910 from furai/feature/fix-status-report-page
Browse files Browse the repository at this point in the history
Fix status report page
  • Loading branch information
felipeelia authored May 24, 2024
2 parents f0151d4 + aacf689 commit 2b95db0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions includes/classes/StatusReport/IndexableContent.php
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ protected function get_post_count_group() : array {
$post_types = $post_indexable->get_indexable_post_types();

$post_stati = $post_indexable->get_indexable_post_status();
$fields = [];

foreach ( $post_types as $post_type ) {
$post_type_obj = get_post_type_object( $post_type );
Expand Down Expand Up @@ -134,6 +135,7 @@ protected function get_post_meta_fields() : array {
$fields = [];
$all_keys = [];
$post_count_limit = 88000;
$limited = false;

foreach ( $post_types as $post_type ) {
$post_type_obj = get_post_type_object( $post_type );
Expand Down

0 comments on commit 2b95db0

Please sign in to comment.