mirror of
https://gh.wpcy.net/https://github.com/mainwp/Code-Snippets-Functions.git
synced 2026-04-30 11:42:22 +08:00
4 lines
144 B
Text
4 lines
144 B
Text
function sp_enable_setup_wizard( $true ) {
|
|
return false;
|
|
};
|
|
add_filter( 'seopress_enable_setup_wizard', 'sp_enable_setup_wizard', 10, 1 );
|