PATH:
home
/
lab2454c
/
adenbic.com
/
wp-content
/
plugins
/
wordpress-seo
/
src
/
actions
/
indexing
<?php namespace Yoast\WP\SEO\Actions\Indexing; /** * Interface definition of a reindexing action for indexables that have a limited unindexed count. */ interface Limited_Indexing_Action_Interface { /** * Returns a limited number of unindexed posts. * * @param int $limit Limit the maximum number of unindexed posts that are counted. * * @return int|false The limited number of unindexed posts. False if the query fails. */ public function get_limited_unindexed_count( $limit ); }
[-] term-link-indexing-action.php
[edit]
[+]
..
[-] limited-indexing-action-interface.php
[edit]
[-] indexable-post-type-archive-indexation-action.php
[edit]
[-] indexable-post-indexation-action.php
[edit]
[-] indexing-complete-action.php
[edit]
[-] abstract-indexing-action.php
[edit]
[-] post-link-indexing-action.php
[edit]
[-] abstract-link-indexing-action.php
[edit]
[-] indexable-term-indexation-action.php
[edit]
[-] indexing-prepare-action.php
[edit]
[-] indexable-indexing-complete-action.php
[edit]
[-] indexable-general-indexation-action.php
[edit]
[-] indexation-action-interface.php
[edit]