Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save kaskad88/339e4d8ebd102d59a077ff1501b7e209 to your computer and use it in GitHub Desktop.
Save kaskad88/339e4d8ebd102d59a077ff1501b7e209 to your computer and use it in GitHub Desktop.
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