$spicepress_mod_v ) { set_theme_mod( $spicepress_mod_k, $spicepress_mod_v ); } } } add_action( 'after_switch_theme', 'rockers_get_lite_options' ); if ( ! function_exists( 'wp_body_open' ) ) { function wp_body_open() { /** * Triggered after the opening tag. */ do_action( 'wp_body_open' ); } } add_action('wp_head','rockers_custom_menu_breakpoint'); function rockers_custom_menu_breakpoint() { $menu_breakpoint = esc_html(get_theme_mod('menu_breakpoint', 1100)); ?> remove_section( 'spicepress_footer_copyright'); } add_action( 'customize_register', 'rockers_remove_customize_register',11);