| Current Path : /home/x/b/o/xbodynamge/namtation/wp-content/ |
| Current File : /home/x/b/o/xbodynamge/namtation/wp-content/indexation.tar |
indexation-action-interface.php 0000666 00000000540 15115053123 0012627 0 ustar 00 <?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 {
}
term-link-indexing-action.php 0000666 00000000510 15115053123 0012231 0 ustar 00 <?php
namespace Yoast\WP\SEO\Actions\Indexation;
/**
* Reindexation action for term link indexables.
*
* @deprecated 15.1 - Use \Yoast\WP\SEO\Actions\Indexing\Term_Link_Indexing_Action instead.
* @codeCoverageIgnore
*/
class Term_Link_Indexing_Action extends \Yoast\WP\SEO\Actions\Indexing\Term_Link_Indexing_Action {
}
indexable-prepare-indexation-action.php 0000666 00000000557 15115053123 0014266 0 ustar 00 <?php
namespace Yoast\WP\SEO\Actions\Indexation;
/**
* Action for preparing the indexable indexation routine.
*
* @deprecated 15.1 - Use \Yoast\WP\SEO\Actions\Indexing\Indexable_Prepare_Indexation_Action instead.
* @codeCoverageIgnore
*/
class Indexable_Prepare_Indexation_Action extends \Yoast\WP\SEO\Actions\Indexing\Indexable_Prepare_Indexation_Action {
}
abstract-link-indexing-action.php 0000666 00000000530 15115053123 0013067 0 ustar 00 <?php
namespace Yoast\WP\SEO\Actions\Indexation;
/**
* Reindexation action for link indexables.
*
* @deprecated 15.1 - Use \Yoast\WP\SEO\Actions\Indexing\Abstract_Link_Indexing_Action instead.
* @codeCoverageIgnore
*/
abstract class Abstract_Link_Indexing_Action extends \Yoast\WP\SEO\Actions\Indexing\Abstract_Link_Indexing_Action {
}
post-link-indexing-action.php 0000666 00000000510 15115053123 0012247 0 ustar 00 <?php
namespace Yoast\WP\SEO\Actions\Indexation;
/**
* Reindexation action for post link indexables.
*
* @deprecated 15.1 - Use \Yoast\WP\SEO\Actions\Indexing\Post_Link_Indexing_Action instead.
* @codeCoverageIgnore
*/
class Post_Link_Indexing_Action extends \Yoast\WP\SEO\Actions\Indexing\Post_Link_Indexing_Action {
}
indexable-post-indexation-action.php 0000666 00000000530 15115053123 0013604 0 ustar 00 <?php
namespace Yoast\WP\SEO\Actions\Indexation;
/**
* Reindexation action for post indexables.
*
* @deprecated 15.1 - Use \Yoast\WP\SEO\Actions\Indexing\Indexable_Post_Indexation_Action instead.
* @codeCoverageIgnore
*/
class Indexable_Post_Indexation_Action extends \Yoast\WP\SEO\Actions\Indexing\Indexable_Post_Indexation_Action {
}
indexable-complete-indexation-action.php 0000666 00000000571 15115053123 0014434 0 ustar 00 <?php
namespace Yoast\WP\SEO\Actions\Indexation;
use Yoast\WP\SEO\Actions\Indexing\Indexing_Complete_Action;
/**
* Indexing action to call when the indexing is completed.
*
* @deprecated 15.1 - Use \Yoast\WP\SEO\Actions\Indexing\Indexing_Complete_Action instead.
* @codeCoverageIgnore
*/
class Indexable_Complete_Indexation_Action extends Indexing_Complete_Action {
}
indexable-general-indexation-action.php 0000666 00000000544 15115053123 0014241 0 ustar 00 <?php
namespace Yoast\WP\SEO\Actions\Indexation;
/**
* General reindexation action for indexables.
*
* @deprecated 15.1 - Use \Yoast\WP\SEO\Actions\Indexing\Indexable_General_Indexation_Action instead.
* @codeCoverageIgnore
*/
class Indexable_General_Indexation_Action extends \Yoast\WP\SEO\Actions\Indexing\Indexable_General_Indexation_Action {
}
indexable-post-type-archive-indexation-action.php 0000666 00000000614 15115053123 0016205 0 ustar 00 <?php
namespace Yoast\WP\SEO\Actions\Indexation;
/**
* Reindexation action for post type archive indexables.
*
* @deprecated 15.1 - Use \Yoast\WP\SEO\Actions\Indexing\Indexable_Post_Type_Archive_Indexation_Action instead.
* @codeCoverageIgnore
*/
class Indexable_Post_Type_Archive_Indexation_Action extends \Yoast\WP\SEO\Actions\Indexing\Indexable_Post_Type_Archive_Indexation_Action {
}
indexable-term-indexation-action.php 0000666 00000000530 15115053123 0013566 0 ustar 00 <?php
namespace Yoast\WP\SEO\Actions\Indexation;
/**
* Reindexation action for term indexables.
*
* @deprecated 15.1 - Use \Yoast\WP\SEO\Actions\Indexing\Indexable_Term_Indexation_Action instead.
* @codeCoverageIgnore
*/
class Indexable_Term_Indexation_Action extends \Yoast\WP\SEO\Actions\Indexing\Indexable_Term_Indexation_Action {
}