There was an error while loading. Please reload this page.
Which image types are considered valid image file extensions.
add_filter( 'cmb2_valid_img_types', function( array $valid_types ) { // Your code here. return $valid_types; } );
array
$valid_types
apply_filters( 'cmb2_valid_img_types', $valid_types )
← All Hooks