slug(), 'product' ) ) ) { return; } echo '
'; } /** * Close .site-main wrapper for products * @return [type] [description] */ function jet_woo_oceanwp_close_site_main_wrap() { if ( ! is_singular( array( jet_woo_builder_post_type()->slug(), 'product' ) ) ) { return; } echo '
'; } /** * Enqueue Ocean WP integration stylesheets. * * @since 1.0.0 * @access public * @return void */ function jet_woo_oceanwp_enqueue_styles() { wp_enqueue_style( 'jet-woo-builder-oceanwp', jet_woo_builder()->plugin_url( 'includes/integrations/themes/oceanwp/assets/css/style.css' ), false, jet_woo_builder()->get_version() ); }