Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?php
- require_once('wp-load.php');
- // Ensure the function exists to avoid errors
- if (function_exists('getPropertyList')) {
- GetPropertyList();
- } else {
- echo "Function not found.";
- }
Advertisement
Add Comment
Please, Sign In to add comment