add_ux_builder_shortcode: How to create a custom container element with Flatsome theme (UX Builder) in WordPress?
How can I create a custom container element with Flatsome theme (UX Builder) in Wordpress? The following adds an element: // Add a new custom container to UX Builder add_ux_builder_shortcode('custom_container', array( 'name' => __('Custom Container'), 'category' => __('Content'), 'wrap' =>…