skip to Main Content

Elementor – Add catogory to Elementor

I am working on a WordPres plugin. Now i want to add an catogory to the elementor plugin. I can't find out how to do this from my plugin only. My current code: add_action( 'elementor/elements/categories_registered', 'add_elementor_widget_categories' ); function add_elementor_widget_categories( $elements_manager…

VIEW QUESTION

wordpress woocommerce shortcode

I get an error from this function when we request this shortcode function salex_func( $atts ){ global $product; if($product->is_on_sale()){ echo '<span class="onsale soldout">'; echo __( 'SALE!!!!', 'hello'); echo '</span>'; } } add_shortcode('saletex', 'salex_func');

VIEW QUESTION
Back To Top
Search