File manager - Edit - /home/verseaumee/blueversion/wp-content/plugins/wordpress-seo-premium/src/actions/prominent-words/complete-action.php
Back
<?php namespace Yoast\WP\SEO\Premium\Actions\Prominent_Words; use Yoast\WP\SEO\Premium\Helpers\Prominent_Words_Helper; /** * Action for completing the prominent words indexing. */ class Complete_Action { /** * Represents the prominent words helper. * * @var Prominent_Words_Helper */ protected $prominent_words_helper; /** * Complete_Action constructor. * * @param Prominent_Words_Helper $prominent_words_helper The prominent words helper. */ public function __construct( Prominent_Words_Helper $prominent_words_helper ) { $this->prominent_words_helper = $prominent_words_helper; } /** * Sets the indexing state to complete. */ public function complete() { $this->prominent_words_helper->complete_indexing(); } }
| ver. 1.4 |
Github
|
.
| PHP 8.5.7 | Generation time: 0 |
proxy
|
phpinfo
|
Settings