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-action-interface.php <?php namespace Yoast\WP\SEO\Actions\Importing; use Yoast\WP\SEO\Actions\Indexing\Limited_Indexing_Action_Interface; interface Importing_Action_Interface extends Importing_Indexation_Action_Interface, Limited_Indexing_Action_Interface { /** * Returns the name of the plugin we import from. * * @return string The plugin name. */ public function get_plugin(); /** * Returns the type of data we import. * * @return string The type of data. */ public function get_type(); /** * Whether or not this action is capable of importing given a specific plugin and type. * * @param string|null $plugin The name of the plugin being imported. * @param string|null $type The component of the plugin being imported. * * @return bool True if the action can import the given plugin's data of the given type. */ public function is_compatible_with( $plugin = null, $type = null ); } 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