Submit
Path:
~
/
home
/
getwphos
/
www
/
almajd14
/
wp-content
/
plugins
/
halstein-core
/
inc
/
header
/
scroll-appearance
/
fixed
/
File Content:
helper.php
<?php if ( ! function_exists( 'halstein_core_add_fixed_header_option' ) ) { /** * This function set header scrolling appearance value for global header option map */ function halstein_core_add_fixed_header_option( $options ) { $options['fixed'] = esc_html__( 'Fixed', 'halstein-core' ); return $options; } add_filter( 'halstein_core_filter_header_scroll_appearance_option', 'halstein_core_add_fixed_header_option' ); }
Submit
FILE
FOLDER
Name
Size
Permission
Action
helper.php
434 bytes
0644
include.php
91 bytes
0644
N4ST4R_ID | Naxtarrr