Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save propertyhive/b3828de8a5b64bf843adf111819e8922 to your computer and use it in GitHub Desktop.
Save propertyhive/b3828de8a5b64bf843adf111819e8922 to your computer and use it in GitHub Desktop.
add_filter( 'propertyhive_use_propertyhive_templates', 'dont_use_hive_templates' );
function dont_use_hive_templates($use_ph)
{
return false;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment