%PDF- %PDF-
Direktori : /var/www/html/atv-api/wp-content/themes/atv/inc/controllers/ |
Current File : /var/www/html/atv-api/wp-content/themes/atv/inc/controllers/contactController.php |
<?php class ContactPage { public function index($request) { return [ 'small_title' => get_field('small_title', 145), 'title' => get_field('title', 145), 'phone' => get_field('phone', 145), 'form_description' => get_field('form_description', 145), 'location_image' => get_field('location_image', 145), 'location_url' => get_field('location_url', 145) ]; } }