Code-Snippets-Functions/Execute a function on a child site/All in One SEO Pack/recreate-missing-cache-db-table.txt

5 lines
122 B
Text

add_action( 'init', function() {
if ( function_exists( 'aioseo' ) ) {
aioseo()->preUpdates->createCacheTable();
}
});