You appear to be a bot. Output may be restricted
Description
Builds a query for selecting the ID's of unindexed posts.
Usage
$string = Abstract_Indexing_Action::get_select_query();
Parameters
Returns
string The prepared query string.
Source
File name: wordpress-seo/src/actions/indexing/abstract-indexing-action.php
Lines:
1 to 1 of 1
abstract protected function get_select_query( $limit );