Файловый менеджер - Редактировать - /home/tuudkjt/globeasy/wp-content/plugins/ova-events/inc/class-ovaev-settings.php
Назад
<?php if ( !defined( 'ABSPATH' ) ) { exit; } class OVAEV_Settings { public static function ovaev_show_title_single(){ $ops = get_option('ovaev_options'); return isset( $ops['ovaev_show_title_single'] ) ? $ops['ovaev_show_title_single'] : 'yes'; } public static function ovaev_get_template_single(){ $ops = get_option('ovaev_options'); return isset( $ops['ovaev_get_template_single'] ) ? $ops['ovaev_get_template_single'] : 'default'; } public static function ovaev_show_past(){ $ops = get_option('ovaev_options'); return isset( $ops['ovaev_show_past'] ) ? $ops['ovaev_show_past'] : 'yes'; } public static function archive_event_posts_per_page() { $ops = get_option( 'ovaev_options' ); return isset( $ops['archive_event_posts_per_page'] ) ? $ops['archive_event_posts_per_page'] : 6; } public static function archive_event_orderby(){ $ops = get_option('ovaev_options'); return isset( $ops['archive_event_orderby'] ) ? $ops['archive_event_orderby'] : 'title'; } public static function archive_event_order(){ $ops = get_option('ovaev_options'); return isset( $ops['archive_event_order'] ) ? $ops['archive_event_order'] : 'ASC'; } public static function archive_event_thumbnail(){ $ops = get_option('ovaev_options'); return isset( $ops['archive_event_thumbnail'] ) ? $ops['archive_event_thumbnail'] : '700x450'; } public static function archive_event_type(){ $ops = get_option('ovaev_options'); return isset( $ops['archive_event_type'] ) ? $ops['archive_event_type'] : 'type1'; } public static function archive_event_col(){ $ops = get_option('ovaev_options'); return isset( $ops['archive_event_col'] ) ? $ops['archive_event_col'] : 'col1'; } public static function archive_event_format_date(){ $ops = get_option('ovaev_options'); return isset( $ops['archive_event_format_date'] ) ? $ops['archive_event_format_date'] : 'd-m-Y'; } public static function archive_format_date_lang(){ $ops = get_option('ovaev_options'); return isset( $ops['archive_format_date_lang'] ) ? $ops['archive_format_date_lang'] : 'en'; } public static function archive_event_format_time(){ $ops = get_option('ovaev_options'); return isset( $ops['archive_event_format_time'] ) ? $ops['archive_event_format_time'] : 'H:i'; } public static function archive_event_header(){ $ops = get_option('ovaev_options'); return isset( $ops['archive_event_header'] ) ? $ops['archive_event_header'] : 'default'; } public static function archive_event_footer(){ $ops = get_option('ovaev_options'); return isset( $ops['archive_event_footer'] ) ? $ops['archive_event_footer'] : 'default'; } public static function single_event_header(){ $ops = get_option('ovaev_options'); return isset( $ops['single_event_header'] ) ? $ops['single_event_header'] : 'default'; } public static function single_event_footer(){ $ops = get_option('ovaev_options'); return isset( $ops['single_event_footer'] ) ? $ops['single_event_footer'] : 'default'; } } new OVAEV_Settings();
| ver. 1.6 |
Github
|
.
| PHP 8.1.34 | Генерация страницы: 0 |
proxy
|
phpinfo
|
Настройка