Skip to content

Instantly share code, notes, and snippets.

@propertyhive
Created August 18, 2025 19:14
Show Gist options
  • Save propertyhive/098a67d625f75f6300f7f2497e83dd09 to your computer and use it in GitHub Desktop.
Save propertyhive/098a67d625f75f6300f7f2497e83dd09 to your computer and use it in GitHub Desktop.
add_filter( 'propertyhive_demo_data_num_items', 'increase_demo_data_items' );
function increase_demo_data_items($num)
{
return 20;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment