Your IP : 216.73.216.162


Current Path : /home/x/b/o/xbodynamge/namtation/wp-content/
Upload File :
Current File : /home/x/b/o/xbodynamge/namtation/wp-content/indexation.tar

indexation-action-interface.php000066600000000540151150531230012627 0ustar00<?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.php000066600000000510151150531230012231 0ustar00<?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.php000066600000000557151150531230014266 0ustar00<?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.php000066600000000530151150531230013067 0ustar00<?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.php000066600000000510151150531230012247 0ustar00<?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.php000066600000000530151150531230013604 0ustar00<?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.php000066600000000571151150531230014434 0ustar00<?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.php000066600000000544151150531230014241 0ustar00<?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.php000066600000000614151150531230016205 0ustar00<?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.php000066600000000530151150531230013566 0ustar00<?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 {

}