Version: 1.0.0
ECW β Addons for Elementor is a plugin that adds custom, lightweight, and useful widgets to the Elementor Page Builder. Itβs designed to extend Elementor without adding bloat.
Plugins β Add New β Upload Plugin.ecw_ or ECW_wp_enqueue_scripts, elementor/widgets/registerAvailable hooks and filters to extend plugin:
add_filter( 'ecw_filter_post_grid_query', 'modify_ecw_query' );
function modify_ecw_query( $query_args ) {
$query_args['posts_per_page'] = 10;
return $query_args;
}
do_action( 'ecw_after_post_grid_render', $widget_id );
ecw-addons-for-elementor/ β βββ assets/ β βββ css/ β βββ js/ β βββ includes/ β βββ widgets/ β βββ post-grid-filter-widget.php β βββ content-tabs-widget.php β βββ image-comparison-slider-widget.php β βββ woo-product-carousel-widget.php β βββ ecw-addons-for-elementor.php βββ readme.txt βββ documentation.html
ecw__() and _e() functionslanguages folderNo. All widgets work with the free version of Elementor.
Yes, itβs GPL-licensed. You can install it on unlimited sites.
Contact us at the support email below.
Email: support@wppluginpilot.com