PATH:
home
/
lab2454c
/
fcxpro.com
/
wp-content
/
plugins
/
webon-core
/
inc
/
header
/
scroll-appearance
/
fixed
<?php if ( ! function_exists( 'webon_core_add_fixed_header_option' ) ) { /** * This function set header scrolling appearance value for global header option map */ function webon_core_add_fixed_header_option( $options ) { $options['fixed'] = esc_html__( 'Fixed', 'webon-core' ); return $options; } add_filter( 'webon_core_filter_header_scroll_appearance_option', 'webon_core_add_fixed_header_option' ); }
[+]
..
[-] include.php
[edit]
[+]
assets
[-] helper.php
[edit]