Created
May 20, 2025 12:05
-
-
Save propertyhive/b3828de8a5b64bf843adf111819e8922 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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