??????????????
??????????????
??????????????
??????????????
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/mayshine.co.uk/wp-content/plugins/surerank/inc/batch-process/cleanup.php
⬅ Kembali
<?php
/**
* Cleanup
*
* @package surerank
* @since 1.2.0
*/
namespace SureRank\Inc\BatchProcess;
use SureRank\Inc\Traits\Get_Instance;
use SureRank\Inc\Traits\Logger;
/**
* Cleanup
*
* @since 1.2.0
*/
class Cleanup {
use Get_Instance;
use Logger;
/**
* Constructor
*
* @since 1.2.0
*/
public function __construct() {
}
/**
* Import
*
* @since 1.2.0
* @return array<string, mixed>
*/
public function import() {
self::log( 'Cleanup Process is completed.' );
delete_option( 'surerank_cache_generation_post_offset' );
do_action( 'surerank_batch_process_complete' );
return [
'success' => true,
'msg' => __( 'Cleanup Process is completed.', 'surerank' ),
];
}
}
/**
* Kicking this off by calling 'get_instance()' method
*/
Cleanup::get_instance();
Nama
Tipe
Ukuran
Diubah
Aksi
📄 .htaccess
htaccess
237 B
2026-06-23 08:04
🐘 cleanup.php
php
809 B
2025-08-18 15:48
🐘 process.php
php
4.5 KB
2025-11-25 11:34
🐘 sync-archives.php
php
5 KB
2026-06-17 16:29
🐘 sync-posts.php
php
5.3 KB
2026-02-09 12:08
🐘 sync-taxonomies.php
php
4.8 KB
2026-02-09 12:08