Skip to content

Instantly share code, notes, and snippets.

@propertyhive
Created February 3, 2026 21:32
Show Gist options
  • Select an option

  • Save propertyhive/24af02eb9dcc0bb8616fe0f4344af2d6 to your computer and use it in GitHub Desktop.

Select an option

Save propertyhive/24af02eb9dcc0bb8616fe0f4344af2d6 to your computer and use it in GitHub Desktop.
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