Created
February 3, 2026 21:32
-
-
Save propertyhive/24af02eb9dcc0bb8616fe0f4344af2d6 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( 'houzez_property_feed_expertagent_feature_count', 'custom_ea_num_features' ); | |
| function custom_ea_num_features($features) | |
| { | |
| return 5; | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment