| 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 [ /** * Edit this file to add features to your theme. * Un-comment each feature to add it. * * http://codex.wordpress.org/Function_Reference/add_theme_support */ 'menus', 'widgets', /* --------------------------------------------------------------- */ // Enable post thumbnails /* --------------------------------------------------------------- */ 'post-thumbnails' => [ 'post', 'article', ], /* --------------------------------------------------------------- */ // Enable post formats (aside, gallery, link, image, ...) /* --------------------------------------------------------------- */ 'post-formats' => [], /* --------------------------------------------------------------- */ // Enable title tag /* --------------------------------------------------------------- */ 'title-tag', /* --------------------------------------------------------------- */ // Enable HTML5 features /* --------------------------------------------------------------- */ 'html5' => [ 'comment-list', 'comment-form', 'search-form', 'gallery', 'caption', ], /* --------------------------------------------------------------- */ // Enable feed links in head /* --------------------------------------------------------------- */ //'automatic-feed-links', /* --------------------------------------------------------------- */ // Enable custom background (since WP 3.4) /* --------------------------------------------------------------- */ //'custom-background' => [ // 'default-color' => '', // 'default-image' => '', // 'wp-head-callback' => '_custom_background_cb', // 'admin-head-callback' => '', // 'admin-preview-callback' => '' //], /* --------------------------------------------------------------- */ // Enable custom header (not compatible for versions < WP 3.4) /* --------------------------------------------------------------- */ //'custom-header' => [ // 'default-image' => '', // 'random-default' => false, // 'width' => 0, // 'height' => 0, // 'flex-height' => false, // 'flex-width' => false, // 'default-text-color' => '', // 'header-text' => true, // 'uploads' => true, // 'wp-head-callback' => '', // 'admin-head-callback' => '', // 'admin-preview-callback' => '', //] ];