Submit
Path:
~
/
home
/
getwphos
/
www
/
shellfish
/
wp-content
/
plugins
/
templaza-framework
/
framework
/
options
/
settings
/
File Content:
settings.php
<?php defined('TEMPLAZA_FRAMEWORK') or exit(); use TemPlazaFramework\Post_TypeFunctions; use TemPlazaFramework\Admin\Admin_Page_Function; // Global configs of post ty Templaza_API::set_section('settings', array( 'id' => 'settings', 'title' => esc_html__('Settings','templaza-framework'), 'desc' => esc_html__('General theme options','templaza-framework'), 'icon' => 'el-icon-home', 'fields' => array( array( 'id' => 'dev-mode', 'type' => 'switch', 'title' => __('Developer mode', 'templaza-framework'), 'default' => '0', ), array( 'id' => '404-page-style', 'type' => 'select', 'title' => __('404 Page Style', 'templaza-framework'), 'subtitle' => __('This template style will be defined as the global default template style.', 'templaza-framework'), 'data' => 'callback', 'args' => 'templaza_framework_get_templaza_style_by_slug', ), array( 'id' => 'enable-featured-for-posttypes', 'type' => 'select', 'title' => __('Enable Featured For', 'templaza-framework'), // 'subtitle' => __('This template style will be defined as the global default template style.', 'templaza-framework'), 'data' => 'post_types', 'multi' => true, ) ), )); require_once 'sections/general.php'; //require_once 'sections/header.php'; require_once 'sections/menu.php'; require_once 'sections/typography.php'; require_once 'sections/color.php'; require_once 'sections/pages.php'; require_once 'sections/layout.php'; require_once 'sections/social.php'; require_once 'sections/miscellaneous.php'; require_once 'sections/custom.php'; if(Admin_Page_Function::is_plugin_active('woocommerce')) { require_once 'sections/woocommerce/product.php'; } if(Admin_Page_Function::is_plugin_active('advanced-product')) { require_once 'sections/advanced-product/ap_product.php'; }
Edit
Rename
Chmod
Delete
FILE
FOLDER
Name
Size
Permission
Action
pages
---
0755
sections
---
0755
settings.php
2092 bytes
0644
N4ST4R_ID | Naxtarrr