Plugin Directory

Changeset 1832971


Ignore:
Timestamp:
03/04/2018 01:49:22 AM (8 years ago)
Author:
moazam
Message:

fixed cron job bug

Location:
clean-yoast-seo-cache
Files:
27 added
2 edited

Legend:

Unmodified
Added
Removed
  • clean-yoast-seo-cache/trunk/admin/class-yoast-seo-optimizer.php

    r1832950 r1832971  
    2323    }
    2424
    25     private function do_cleanup () {
     25    public function do_cleanup () {
    2626        global $wpdb;
    2727        $query = "DELETE FROM $wpdb->options WHERE option_name LIKE %s";
  • clean-yoast-seo-cache/trunk/yoast-seo-cleaner.php

    r1832950 r1832971  
    55 *
    66 * @link              http://isolution.org
    7  * @since             1.0.0
     7 * @since             1.0.1
    88 * @package           Yoast_Seo_Cleaner
    99 *
     
    1212 * Plugin URI:        https://github.com/moazam1/yoast-seo-cleaner
    1313 * Description:       Cleans up your WP options table by removing Yoast SEO "_cache_validator" entries.
    14  * Version:           1.0.0
     14 * Version:           1.0.1
    1515 * Author:            Moazam Nabi
    1616 * Author URI:        http://isolution.org
Note: See TracChangeset for help on using the changeset viewer.