wpseo_indexables_unindexed_calculated, static::UNINDEXED_COUNT_TRANSIENT, $result

wpseo_indexables_unindexed_calculated, static::UNINDEXED_COUNT_TRANSIENT, $result

Appears in:
Hook Type: action

See hook in core

Displaying hooks found in version: wordpress-seo.28.1

do_action('wpseo_indexables_unindexed_calculated, static::UNINDEXED_COUNT_TRANSIENT, $result') is found 2 times:

  • /src/actions/indexing/indexable-general-indexation-action.php line 56
    		 * 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 96
    		 * 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.