Skip to content

Instantly share code, notes, and snippets.

@landbryo
Last active May 24, 2018 16:17
Show Gist options
  • Save landbryo/706718f5e11dab291844736591847aad to your computer and use it in GitHub Desktop.
Save landbryo/706718f5e11dab291844736591847aad to your computer and use it in GitHub Desktop.
Remove Types Toolset infowindow from dashboard pages via functions.php
///////////////////////////////
// REMOVE TOOLSET INFOWINDOW //
///////////////////////////////
function remove_types_info_box() {
return false;
}
add_filter( 'types_information_table', 'remove_types_info_box' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment