PATH:
home
/
letacommog
/
laperouse
/
wp-content
/
plugins
/
wordpress-seo
/
src
/
deprecated
/
src
/
actions
/
indexation
<?php namespace Yoast\WP\SEO\Actions\Indexation; use Yoast\WP\Lib\Model; use Yoast\WP\SEO\Helpers\Taxonomy_Helper; /** * 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-post-indexation-action.php
[edit]
[-] indexable-complete-indexation-action.php
[edit]
[-] abstract-link-indexing-action.php
[edit]
[-] indexable-post-type-archive-indexation-action.php
[edit]
[-] indexable-term-indexation-action.php
[edit]
[-] indexable-general-indexation-action.php
[edit]
[-] term-link-indexing-action.php
[edit]
[-] indexation-action-interface.php
[edit]
[-] post-link-indexing-action.php
[edit]
[-] indexable-prepare-indexation-action.php
[edit]