https://t.me/ARX49
Server : LiteSpeed
System : Linux server321.web-hosting.com 4.18.0-513.18.1.lve.el8.x86_64 #1 SMP Thu Feb 22 12:55:50 UTC 2024 x86_64
User : apotdzgr ( 7060)
PHP Version : 8.0.30
Disable Function : NONE
Directory :  /home/apotdzgr/www/wp-content/plugins/seo-by-rank-math/includes/updates/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : //home/apotdzgr/www/wp-content/plugins/seo-by-rank-math/includes/updates/update-1.0.63.php
<?php
/**
 * The Updates routine for version 1.0.63
 *
 * @since      1.0.63
 * @package    RankMath
 * @subpackage RankMath\Updates
 * @author     Rank Math <support@rankmath.com>
 */

defined( 'ABSPATH' ) || exit;

/**
 * Delete rank_math_sc_analytics table.
 */
function rank_math_1_0_63_delete_old_analytics_table() {
	global $wpdb;
	if ( ! is_multisite() ) {
		$wpdb->query( "DROP TABLE IF EXISTS {$wpdb->prefix}rank_math_sc_analytics" );
		return;
	}

	$blog_ids = $wpdb->get_col( "SELECT blog_id FROM $wpdb->blogs WHERE archived = '0' AND spam = '0' AND deleted = '0'" );
	if ( ! empty( $blog_ids ) ) {
		foreach ( $blog_ids as $blog_id ) {
			switch_to_blog( $blog_id );
			$wpdb->query( "DROP TABLE IF EXISTS {$wpdb->prefix}rank_math_sc_analytics" );
			restore_current_blog();
		}
	}
}
rank_math_1_0_63_delete_old_analytics_table();

https://t.me/ARX49 - 2025