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.5.9.2

do_action('aioseo_run_updates') is found 1 times:

  • /app/Common/Main/Updates.php line 217
    		if ( version_compare( $lastActiveVersion, '4.5.9', '<' ) ) {
    			$this->deprecateNoPaginationForCanonicalUrlsSetting();
    		}
    
    		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();
    		}
    	}