| Server IP : 77.50.203.18 / Your IP : 192.168.0.10 Web Server : Apache/2.4.62 (CentOS Stream) OpenSSL/3.5.7 mpm-itk/2.4.7-04 PHP/8.4.23 System : Linux web2 5.14.0-722.el9.x86_64 #1 SMP PREEMPT_DYNAMIC Mon Jul 6 09:07:51 UTC 2026 x86_64 User : warsnews.ru ( 1001) PHP Version : 8.4.23 Disable Function : NONE MySQL : ON | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /home/ifwar.ru/www/wp-content/plugins/clever-fox/inc/timeblog/ |
Upload File : |
<?php
/**
* @package Fiona
*/
if ( ! defined( 'ABSPATH' ) ) exit;
require CLEVERFOX_PLUGIN_DIR . 'inc/fiona-blog/extras.php';
require CLEVERFOX_PLUGIN_DIR . 'inc/fiona-blog/dynamic-style.php';
require CLEVERFOX_PLUGIN_DIR . 'inc/fiona-blog/sections/above-header.php';
require CLEVERFOX_PLUGIN_DIR . 'inc/fiona-blog/features/fiona-blog-header.php';
require CLEVERFOX_PLUGIN_DIR . 'inc/fiona-blog/features/fiona-blog-slider.php';
require CLEVERFOX_PLUGIN_DIR . 'inc/fiona-blog/features/fiona-blog-weekend-top.php';
require CLEVERFOX_PLUGIN_DIR . 'inc/fiona-blog/features/fiona-blog-typography.php';
require CLEVERFOX_PLUGIN_DIR . 'inc/timeblog/features/timeblog-section-lifestyle.php';
if ( ! function_exists( 'cleverfox_fiona_blog_frontpage_sections' ) ) :
function cleverfox_fiona_blog_frontpage_sections() {
require CLEVERFOX_PLUGIN_DIR . 'inc/fiona-blog/sections/section-weekend-top.php';
require CLEVERFOX_PLUGIN_DIR . 'inc/timeblog/sections/section-lifestyle.php';
}
add_action( 'fiona_blog_sections', 'cleverfox_fiona_blog_frontpage_sections' );
endif;
function cleverfox_fiona_blog_enqueue_scripts() {
wp_enqueue_style('animate',CLEVERFOX_PLUGIN_URL .'/inc/assets/css/animate.css','','3.5.2');
}
add_action( 'wp_enqueue_scripts', 'cleverfox_fiona_blog_enqueue_scripts' );
function cleverfox_fionablog_timeblog_customize_remove( $wp_customize ) {
$wp_customize->remove_section('slider_setting');
}
add_action( 'customize_register', 'cleverfox_fionablog_timeblog_customize_remove' );