wpseo_indexables_unindexed_calculated
wpseo_indexables_unindexed_calculated
Appears in: wordpress-seo.20.10, wordpress-seo.20.11, wordpress-seo.20.12, wordpress-seo.20.7, wordpress-seo.20.8, wordpress-seo.21.0, wordpress-seo.21.1, wordpress-seo.21.2, wordpress-seo.21.4, wordpress-seo.21.5, wordpress-seo.21.7, wordpress-seo.21.8, wordpress-seo.21.8.1, wordpress-seo.21.9.1, wordpress-seo.22.0, wordpress-seo.22.1, wordpress-seo.22.2, wordpress-seo.22.3, wordpress-seo.22.6, wordpress-seo.22.8, wordpress-seo.22.9, wordpress-seo.23.0, wordpress-seo.23.2, wordpress-seo.23.3, wordpress-seo.23.4, wordpress-seo.23.6, wordpress-seo.23.8, wordpress-seo.23.9, wordpress-seo.24.0, wordpress-seo.24.1, wordpress-seo.24.2, wordpress-seo.24.5, wordpress-seo.24.7, wordpress-seo.24.8, wordpress-seo.24.8.1
Hook Type: action
Displaying hooks found in version: wordpress-seo.24.8.1do_action('wpseo_indexables_unindexed_calculated') is found 3 times:
- /src/actions/indexing/abstract-indexing-action.php line 99
Warning: Undefined array key 103 in /home/c6974294/public_html/wp-plugin-api.com/wp-content/themes/wordpress-hooks/functions.php on line 167
Warning: Undefined array key 104 in /home/c6974294/public_html/wp-plugin-api.com/wp-content/themes/wordpress-hooks/functions.php on line 167
095096097098099100101102103* Action:
'wpseo_indexables_unindexed_calculated'
- sets an option to timestamp when there are no unindexed indexables left.
*
* @internal
*/
\do_action(
'wpseo_indexables_unindexed_calculated'
,
static
::UNINDEXED_COUNT_TRANSIENT,
$count
);
return
(int)
$count
;
}
}
- /src/actions/indexing/indexable-general-indexation-action.php line 565253545556575859606162
* Action:
'wpseo_indexables_unindexed_calculated'
- sets an option to timestamp when there are no unindexed indexables left.
*
* @internal
*/
\do_action(
'wpseo_indexables_unindexed_calculated'
,
static
::UNINDEXED_COUNT_TRANSIENT,
$result
);
return
$result
;
}
/**
* Returns a limited number of unindexed posts.
- /src/actions/indexing/indexable-post-type-archive-indexation-action.php line 96092093094095096097098099100101102
* Action:
'wpseo_indexables_unindexed_calculated'
- sets an option to timestamp when there are no unindexed indexables left.
*
* @internal
*/
\do_action(
'wpseo_indexables_unindexed_calculated'
,
static
::UNINDEXED_COUNT_TRANSIENT,
$result
);
return
$result
;
}
/**
* Creates indexables
for
post type archives.