PATH:
home
/
lab2454c
/
bullionmills.com
/
wp-content
/
plugins
/
ocean-sticky-header
/
includes
<?php /** * Active callback functions for the customizer */ function osh_cac_has_shrink_style() { if ( 'shrink' == get_theme_mod( 'osh_sticky_header_style', 'shrink' ) ) { return true; } else { return false; } }
[+]
..
[-] customizer.min.js
[edit]
[-] helpers.php
[edit]
[-] customizer-helpers.php
[edit]
[-] customizer.js
[edit]