Created
August 18, 2025 19:14
-
-
Save propertyhive/098a67d625f75f6300f7f2497e83dd09 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_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