Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save moxdev/27c9f9deffccd6e6c7af71d4d8453110 to your computer and use it in GitHub Desktop.
Save moxdev/27c9f9deffccd6e6c7af71d4d8453110 to your computer and use it in GitHub Desktop.
Remove option for no type from radio button for taxonomies plugin #wp #plugins
/**
* Remove option for no type from radio button for taxonomies plugin
*
* @link https://wordpress.org/plugins/radio-buttons-for-taxonomies/
*/
add_filter( 'radio_buttons_for_taxonomies_no_term_property_locations', '__return_FALSE' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment