| Server IP : 157.230.181.24 / Your IP : 216.73.217.11 Web Server : Apache/2.4.58 (Ubuntu) System : Linux conductive 6.8.0-117-generic #117-Ubuntu SMP PREEMPT_DYNAMIC Tue May 5 19:26:24 UTC 2026 x86_64 User : ( 1000) PHP Version : 8.3.31 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : OFF Directory : /var/www/vhosts/untold/app/config/ |
Upload File : |
<?php return [ /** * Article Category */ 'category' => [ 'name' => 'Categories', 'singular_name' => 'Category', 'post_types' => ['article'], 'data' => [ 'rewrite' => FALSE, 'query_var' => FALSE, 'hierarchical' => TRUE, 'show_in_rest' => TRUE, 'rest_base' => 'category', 'rest_controller_class' => 'WP_REST_Terms_Controller', ], ], /** * Clients */ 'client' => [ 'name' => 'Clients', 'singular_name' => 'Client', 'post_types' => ['work'], 'data' => [ 'rewrite' => FALSE, 'query_var' => FALSE, 'hierarchical' => TRUE, 'show_in_rest' => TRUE, 'rest_base' => 'client', 'rest_controller_class' => 'WP_REST_Terms_Controller', ], ], /** * Services */ 'service' => [ 'name' => 'Services', 'singular_name' => 'Service', 'post_types' => ['work'], 'data' => [ 'rewrite' => FALSE, 'query_var' => FALSE, 'hierarchical' => TRUE, 'show_in_rest' => TRUE, 'rest_base' => 'service', 'rest_controller_class' => 'WP_REST_Terms_Controller', ], ], /** * Work Type */ 'work-type' => [ 'name' => 'Work Types', 'singular_name' => 'Work Type', 'post_types' => ['work'], 'data' => [ 'rewrite' => FALSE, 'query_var' => FALSE, 'hierarchical' => TRUE, 'show_in_rest' => TRUE, 'rest_base' => 'work-type', 'rest_controller_class' => 'WP_REST_Terms_Controller', ], ], /** * Template Types */ 'template-type' => [ 'name' => 'Template Types', 'singular_name' => 'Template Type', 'post_types' => ['work'], 'data' => [ 'rewrite' => FALSE, 'query_var' => FALSE, 'hierarchical' => TRUE, 'show_in_rest' => TRUE, 'rest_base' => 'template-type', 'rest_controller_class' => 'WP_REST_Terms_Controller', ], ], /** * Departments */ 'department' => [ 'name' => 'Departments', 'singular_name' => 'Department', 'post_types' => ['career'], 'data' => [ 'rewrite' => FALSE, 'query_var' => FALSE, 'hierarchical' => TRUE, 'show_in_rest' => TRUE, 'rest_base' => 'department', 'rest_controller_class' => 'WP_REST_Terms_Controller', ], ], ];