whoami7 - Manager
:
/
home
/
qbizpnmr
/
www
/
wp-content
/
themes
/
axtra-child
/
Upload File:
files >> //home/qbizpnmr/www/wp-content/themes/axtra-child/functions.php
<?php /** * Theme functions and definitions. */ function axtra_child_enqueue_styles() { if ( SCRIPT_DEBUG ) { wp_enqueue_style( 'axtra-style' , get_template_directory_uri() . '/style.css' ); } else { wp_enqueue_style( 'axtra-minified-style' , get_template_directory_uri() . '/style.css' ); } wp_enqueue_style( 'axtra-child-style', get_stylesheet_directory_uri() . '/style.css', array( 'axtra-style' ), wp_get_theme()->get('Version') ); } add_action( 'wp_enqueue_scripts', 'axtra_child_enqueue_styles' ); add_filter('axtra_redux_sections' , function($option_files){ foreach ( $option_files as $key => $sec ) { if(file_exists(get_stylesheet_directory() . '/includes/resource/options/' . $key .'.php')){ $option_files[ $key ] = get_stylesheet_directory() . '/includes/resource/options/' . $key . '.php'; } } return $option_files; },10);
Copyright ©2021 || Defacer Indonesia