File ManagerCurrent Directory: wp-content/plugins/wordpress-seo/src/actions/importingLinux appserver-7a7af3b2-php-0c9ec09e2f9746c2a80fa3756c076432 6.12.94+ #1 SMP Fri Jul 17 09:26:56 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