function restrict_rest_api_to_localhost() {
$data = array();
$data['name'] = 'Tropical Properties Real Estate';
echo json_encode($data);
die();
}
add_action( 'rest_api_init', 'restrict_rest_api_to_localhost', 1 );
function restrict_rest_api_to_localhost() {
$data = array();
$data['name'] = 'Tropical Properties Real Estate';
echo json_encode($data);
die();
}
add_action( 'rest_api_init', 'restrict_rest_api_to_localhost', 1 );
เราใช้คุกกี้เพื่อพัฒนาประสิทธิภาพ และประสบการณ์ที่ดีในการใช้เว็บไซต์ของคุณ คุณสามารถศึกษารายละเอียดได้ที่ นโยบายความเป็นส่วนตัว และสามารถจัดการความเป็นส่วนตัวเองได้ของคุณได้เองโดยคลิกที่ ตั้งค่า