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

do_action('aioseo_run_updates') is found 1 times:

  • /app/Common/Main/Updates.php line 239
    			$this->fixSavedHeadlines();
    			$this->rescheduleEmailReport();
    		}
    
    		do_action( 'aioseo_run_updates', $lastActiveVersion );
    
    		// Always clear the cache if the last active version is different from our current.
    		// https://github.com/awesomemotive/aioseo/issues/2920
    		if ( version_compare( $lastActiveVersion, AIOSEO_VERSION, '<' ) ) {
    			aioseo()->core->cache->clear();
    		}