wpseo_indexables_list_size

wpseo_indexables_list_size

Hook Type: filter

See hook in core

Displaying hooks found in version: wordpress-seo.20.3

apply_filters('wpseo_indexables_list_size') is found 1 times:

  • /src/helpers/indexables-page-helper.php line 65
    		 * Filter 'wpseo_indexables_list_size' - Allow filtering the size of the Indexables lists.
    		 *
    		 * @api int The size of the Indexables lists.
    		 */
    		return \apply_filters( 'wpseo_indexables_list_size', self::LIST_SIZE );
    	}
    
    	/**
    	 * Retrieves the size of the buffer for the Indexables lists, in terms of how many times bigger it is from the lists' size. This size is the amount of indexables that are fetched upon page load.
    	 *
    	 * @return int The size of the Indexables lists.