wpseo_indexables_unindexed_calculated

wpseo_indexables_unindexed_calculated

Hook Type: action

See hook in core

Displaying hooks found in version: wordpress-seo.22.6

do_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

    		 * 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 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.