add_section( $section , array( 'title' => esc_html__( 'Custom CSS/JS', 'ocean-extra' ), 'priority' => 210, ) ); /** * Custom JS */ $wp_customize->add_setting( 'ocean_custom_js', array( 'transport' => 'postMessage', 'sanitize_callback' => false, ) ); $wp_customize->add_control( new WP_Customize_Control( $wp_customize, 'ocean_custom_js', array( 'label' => esc_html__( 'Custom JS', 'ocean-extra' ), 'description' => esc_html__( 'You need to reload to see the changes. No need to add the