You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if ( ! $this->indexable_helper->should_index_indexables() ) {
173
+
WP_CLI::log(
174
+
\__( 'Your WordPress environment is running on a non-production site. Indexables can only be created on production environments. Please check your `WP_ENVIRONMENT_TYPE` settings.', 'wordpress-seo' )
* Filter: 'wpseo_indexing_get_limited_unindexed_count_background' - Allow changing the amount of unindexed objects that can be indexed in the background,
383
+
* and allow for a maximum number of items counted to improve performance.
384
+
*
385
+
* @param int $unindexed_count The amount of unindexed objects.
386
+
* @param int|false $limit Limit the number of unindexed objects that need to be counted.
0 commit comments