REDROOM
PHP 8.2.31
Path:
Logout
Edit File
Size: 857 B
Close
/home/nshryvcy/radiantskinclinics.org/wp-content/plugins/wordpress-seo/src/tracking/application/action-tracker.php
Text
Base64
<?php // phpcs:disable Yoast.NamingConventions.NamespaceName.TooLong namespace Yoast\WP\SEO\Tracking\Application; use Yoast\WP\SEO\Helpers\Options_Helper; /** * The tracker of actions. */ class Action_Tracker { /** * Holds the options helper instance. * * @var Options_Helper */ private $options_helper; /** * The constructor. * * @param Options_Helper $options_helper The options helper. */ public function __construct( Options_Helper $options_helper ) { $this->options_helper = $options_helper; } /** * Stores the version the user was on when an action was first performed. * * @param string $action_to_track The action to track. * * @return void */ public function track_version_for_performed_action( string $action_to_track ): void { $this->options_helper->set( $action_to_track, \WPSEO_VERSION ); } }
Save
Close
Exit & Reset
Text mode: syntax highlighting auto-detects file type.
Directory Contents
Dirs: 0 × Files: 1
Delete Selected
Select All
Select None
Sort:
Name
Size
Modified
Enable drag-to-move
Name
Size
Perms
Modified
Actions
action-tracker.php
857 B
lrw-r--r--
2026-06-03 13:59:46
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
Zip Selected
If ZipArchive is unavailable, a
.tar
will be created (no compression).