Created
November 23, 2020 09:31
-
-
Save kaskad88/339e4d8ebd102d59a077ff1501b7e209 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
if ( is_admin() && function_exists( 'crocoblock_wizard' ) ) { | |
crocoblock_wizard()->settings->register_external_config( array( | |
'import' => array( | |
'chunk_size' => 10, | |
'regenerate_chunk_size' => 1, | |
'allow_types' => false, | |
), | |
) ); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment