File "indexation-action-interface.php"
Full Path: /home/bfxleof/www/wp-content/plugins/wordpress-seo/src/deprecated/src/actions/indexation/indexation-action-interface.php
File size: 352 bytes
MIME-type: text/x-php
Charset: utf-8
<?php
namespace Yoast\WP\SEO\Actions\Indexation;
/**
* Interface definition of reindexation action for indexables.
*
* @deprecated 15.1 - Use \Yoast\WP\SEO\Actions\Indexing\Indexation_Action_Interface instead.
* @codeCoverageIgnore
*/
interface Indexation_Action_Interface extends \Yoast\WP\SEO\Actions\Indexing\Indexation_Action_Interface {
}