PluginProbe ʕ •ᴥ•ʔ
Post Grid, Slider & Carousel Ultimate – with Shortcode, Gutenberg Block & Elementor Widget / 1.8.1
Post Grid, Slider & Carousel Ultimate – with Shortcode, Gutenberg Block & Elementor Widget v1.8.1
1.8.1 trunk 1.0.0 1.0.1 1.0.2 1.1.0 1.1.1 1.2.0 1.3.0 1.3.1 1.3.2 1.3.3 1.3.7 1.3.8 1.4.0 1.4.1 1.4.2 1.4.3 1.6.0 1.6.1 1.6.10 1.6.2 1.6.3 1.6.4 1.6.5 1.6.6 1.6.7 1.6.8 1.6.9 1.7 1.8
post-grid-carousel-ultimate / includes / elementor / init.php
post-grid-carousel-ultimate / includes / elementor Last commit date
init.php 3 years ago widget.php 2 years ago
init.php
11 lines
1 <?php
2 if ( ! function_exists('register_post_ultimate_widget') ) {
3 function register_post_ultimate_widget( $widgets_manager ) {
4
5 require_once PGCU_INC_DIR . 'elementor/widget.php';
6
7 $widgets_manager->register( new Elementor_Post_Ultimate_Widget() );
8
9 }
10 }
11 add_action( 'elementor/widgets/register', 'register_post_ultimate_widget' );