kittenofd00m

testapi.php

Nov 19th, 2023 (edited)
47
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.19 KB | Source Code | 0 0
  1. <?php
  2. require_once('wp-load.php');
  3.  
  4. // Ensure the function exists to avoid errors
  5. if (function_exists('getPropertyList')) {
  6.     GetPropertyList();
  7. } else {
  8.     echo "Function not found.";
  9. }
Tags: php wordpress
Advertisement
Add Comment
Please, Sign In to add comment