| 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/conductive-digital/app/config/ |
Upload File : |
<?php return [ /** * Edit this file in order to configure your theme * settings or preferences. * */ /* --------------------------------------------------------------- */ // Theme textdomain /* --------------------------------------------------------------- */ 'textdomain' => 'carroll', /* --------------------------------------------------------------- */ // Global Javascript namespace of your theme /* --------------------------------------------------------------- */ 'namespace' => 'carroll', /* --------------------------------------------------------------- */ // Set WordPress admin ajax file without the PHP extension /* --------------------------------------------------------------- */ 'ajaxurl' => 'admin-ajax', /* --------------------------------------------------------------- */ // Cleanup Header /* --------------------------------------------------------------- */ 'cleanup' => TRUE, /* --------------------------------------------------------------- */ // Restrict access to the WordPress Admin for users with a // specific role. // Once the theme is activated, you can only log in by going // to 'wp-login.php' or 'login' (if permalinks changed) urls. // By default, allows 'administrator', 'editor', 'author', // 'contributor' and 'subscriber' to access the ADMIN area. // Edit this configuration in order to limit access. /* --------------------------------------------------------------- */ 'access' => [ 'administrator', 'editor', 'author', 'contributor', 'subscriber', ], /* --------------------------------------------------------------- */ // Theme class aliases /* --------------------------------------------------------------- */ 'aliases' => [ 'Action' => Themosis\Facades\Action::class, 'Ajax' => Themosis\Facades\Ajax::class, 'Asset' => Themosis\Facades\Asset::class, 'Blade' => Themosis\Facades\Blade::class, 'Config' => Themosis\Facades\Config::class, 'DB' => Themosis\Facades\DB::class, 'Field' => Themosis\Facades\Field::class, 'Filter' => Themosis\Facades\Filter::class, 'Form' => Themosis\Facades\Form::class, 'Html' => Themosis\Facades\Html::class, 'Input' => Themosis\Facades\Input::class, 'Loop' => Themosis\Facades\Loop::class, 'Meta' => Themosis\Metabox\Meta::class, 'Metabox' => Themosis\Facades\Metabox::class, 'Option' => Themosis\Page\Option::class, 'Page' => Themosis\Facades\Page::class, 'PostType' => Themosis\Facades\PostType::class, 'Route' => Themosis\Facades\Route::class, 'Section' => Themosis\Facades\Section::class, 'TaxField' => Themosis\Taxonomy\TaxField::class, 'TaxMeta' => Themosis\Taxonomy\TaxMeta::class, 'Taxonomy' => Themosis\Facades\Taxonomy::class, 'User' => Themosis\Facades\User::class, 'Validator' => Themosis\Facades\Validator::class, 'View' => Themosis\Facades\View::class, ], ];