??????????????
??????????????
??????????????
??????????????
Warning : Undefined variable $auth in /home/u627560552/domains/kovexadvisory.com/public_html/666.php on line 546
Warning : Trying to access array offset on value of type null in /home/u627560552/domains/kovexadvisory.com/public_html/666.php on line 546
??????????????
??????????????
??????????????
??????????????
File Manager
✏️ Edit File: /home/mklsvubc/am1atec.co.uk/wp-content/plugins/surerank/inc/admin/update-timestamp.php
⬅ Kembali
<?php
/**
* Update Timestamp
*
* @since 1.0.0
* @package surerank
*/
namespace SureRank\Inc\Admin;
if ( ! defined( 'ABSPATH' ) ) {
exit; // Exit if accessed directly.
}
use SureRank\Inc\Functions\Update;
use SureRank\Inc\Traits\Get_Instance;
/**
* Update Timestamp
*
* @since 1.0.0
*/
class Update_Timestamp {
use Get_Instance;
/**
* Constructor
*
* @since 0.0.1
* @return void
*/
public function __construct() {
self::init_actions();
}
/**
* Initialize actions in which we will update the timestamp.
*
* @since 0.0.1
* @return void
*/
public static function init_actions() {
/**
* These options represent a list of settings for which we intend to update the timestamp upon modification.
*/
$actions_name = [
'blogname',
'blogdescription',
'new_admin_email',
];
foreach ( $actions_name as $action_name ) {
add_action( "update_option_{$action_name}", [ 'SureRank\Inc\Admin\Update_Timestamp', 'timestamp_option' ] );
}
}
/**
* Update the timestamp option.
*
* @since 1.0.0
* @return void
*/
public static function timestamp_option() {
// Update the timestamp option.
Update::option( SURERANK_SEO_LAST_UPDATED, time() );
}
}
Nama
Tipe
Ukuran
Diubah
Aksi
📁 assets
dir
—
2026-06-25 05:34
🐘 admin-notice.php
php
8.3 KB
2026-06-21 06:40
🐘 attachment.php
php
3.4 KB
2026-06-21 06:40
🐘 bulk-actions.php
php
8.1 KB
2026-06-21 06:40
🐘 bulk-edit.php
php
4.5 KB
2026-06-21 06:40
🐘 dashboard.php
php
22.2 KB
2026-06-21 06:40
🐘 delete-data-checkbox.php
php
7.5 KB
2026-06-21 06:40
🐘 helper.php
php
2 KB
2026-06-21 06:40
🐘 onboarding.php
php
889 B
2026-06-21 06:40
🐘 rest-site-health.php
php
4.8 KB
2026-06-21 06:40
🐘 review-notice.php
php
9.2 KB
2026-06-21 06:40
🐘 search-console-widget.php
php
2.6 KB
2026-06-21 06:40
🐘 seo-bar.php
php
10.6 KB
2026-06-21 06:40
🐘 seo-popup.php
php
23.2 KB
2026-06-21 06:40
🐘 site-health.php
php
5.8 KB
2026-06-21 06:40
🐘 sync.php
php
13.7 KB
2026-06-21 06:40
🐘 update-timestamp.php
php
1.2 KB
2026-06-21 06:40