File ManagerCurrent Directory: wp-content/plugins/wordpress-seo/src/actions/importingLinux appserver-0d5e4f1e-php-cc8da225320a42ba9b7d66cba40b1f03 6.6.123+ #1 SMP PREEMPT_DYNAMIC Wed Mar 11 09:04:28 UTC 2026 x86_64Edit File: importing-indexation-action-interface.php <?php namespace Yoast\WP\SEO\Actions\Importing; /** * Interface definition of reindexing action for indexables. */ interface Importing_Indexation_Action_Interface { /** * Returns the total number of unindexed objects. * * @return int The total number of unindexed objects. */ public function get_total_unindexed(); /** * Indexes a number of objects. * * NOTE: ALWAYS use limits, this method is intended to be called multiple times over several requests. * * For indexing that requires JavaScript simply return the objects that should be indexed. * * @return array The reindexed objects. */ public function index(); /** * Returns the number of objects that will be indexed in a single indexing pass. * * @return int The limit. */ public function get_limit(); } Upload File Directory Listing NameTypeSizeActions.. (Parent Directory)Dirabstract-aioseo-importing-action.phpFile6.70 KB Rename | Delete | EditaioseoDirectory Rename | Deletedeactivate-conflicting-plugins-action.phpFile4.26 KB Rename | Delete | Editimporting-action-interface.phpFile908.00 B Rename | Delete | Editimporting-indexation-action-interface.phpFile805.00 B Rename | Delete | Edit