ProShell v2.0
Dashboard
Server Info
Server: 158.106.128.192
PHP: 8.2.33
home
planet5
public_html
bansibaba.com
wp-includes
2026-09-19 12:06:55
Editing: complete-action.php
Cancel
Save Changes
<?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(); } }
Upload Files
Cancel
Upload
Create New
Cancel
Create
Change Permissions
Cancel
Save
Change Date
Cancel
Save
Rename Item
Cancel
Save
Confirm Delete
Are you sure you want to delete the selected items?
Cancel
Delete