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

defined( 'ABSPATH' ) || exit;

/**
 * // Clear SEO Analysis result.
 */
function rank_math_1_0_24_rseset_options() {
	delete_option( 'rank_math_seo_analysis_results' );
}
rank_math_1_0_24_rseset_options();