Skip to content

Instantly share code, notes, and snippets.

@wpexplorer
Created August 10, 2020 06:07
Show Gist options
  • Save wpexplorer/bd297482c4f90eb40996a6df62a4ab3c to your computer and use it in GitHub Desktop.
Save wpexplorer/bd297482c4f90eb40996a6df62a4ab3c to your computer and use it in GitHub Desktop.
add_filter( 'wpex_cpt_entry_supported_media', function( $media_types ) {
$media_types[] = 'gallery';
return $media_types;
} );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment