Файловый менеджер - Редактировать - /home/digitalm/tendepavia/wp-content/themes/trydo/inc/helper/option-trait.php
Назад
<?php /** * @author Rainbow-Themes * @since 1.0 * @version 1.0 * @package papr */ trait OptionsTrait { /** * @abstract get theme mod * return boolean */ public static function get_trydo_options($name) { $modval = get_theme_mod($name); if (!empty($modval)) { if (!is_array($modval)) $newval = unserialize($modval); else $newval = $modval; //var_dump($modval); //unserialize($modval); return $newval; } return false; } /** * @abstract get theme options * return object */ public static function trydo_get_options(){ include RBT_FREAMWORK_OPTIONS . 'predefined-data.php'; $papr_optionss = json_decode( $predefined_data, true ); if ( class_exists( 'Redux' ) ) { global $options; $papr_optionss = wp_parse_args( $GLOBALS['trydo_options'], $options ); } return $papr_optionss; } /** * @abstract get post object * return object */ public static function trydo_get_post_object(){ global $post; return $post; } /** * @abstract get current user info * return array */ public static function trydo_get_current_user_var(){ return wp_get_current_user(); } }
| ver. 1.4 |
Github
|
.
| PHP 8.3.23 | Генерация страницы: 0.04 |
proxy
|
phpinfo
|
Настройка