aioseo_run_updates

aioseo_run_updates

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: action

See hook in core

Displaying hooks found in version: all-in-one-seo-pack.4.8.1.1

do_action('aioseo_run_updates') is found 1 times:

  • /app/Common/Main/Updates.php line 239
    235
    236
    237
    238
    239
    240
    241
    242
    243
    244
    245
        $this->fixSavedHeadlines();
        $this->rescheduleEmailReport();
    }
     
    do_action( 'aioseo_run_updates', $lastActiveVersion );
     
    // Always clear the cache if the last active version is different from our current.
    if ( version_compare( $lastActiveVersion, AIOSEO_VERSION, '<' ) ) {
        aioseo()->core->cache->clear();
    }