PATH:
home
/
lab2454c
/
fcxpro.com
/
wp-content
/
plugins
/
webon-core
/
inc
/
smooth-scroll
<?php if ( ! function_exists( 'webon_core_add_smooth_scroll_body_classes' ) ) { function webon_core_add_smooth_scroll_body_classes( $classes ) { $smoothScroll = webon_core_get_post_value_through_levels( 'qodef_enable_smooth_scroll' ); if ( $smoothScroll == 'yes' ) { $classes[] = 'qodef-scrolling-smooth'; } return $classes; } add_filter( 'body_class', 'webon_core_add_smooth_scroll_body_classes' ); }
[+]
..
[-] include.php
[edit]
[+]
assets
[-] helper.php
[edit]
[+]
dashboard