Skip to content

Commit

Permalink
Image advanced not working
Browse files Browse the repository at this point in the history
  • Loading branch information
lexuanbao161096 authored and rilwis committed Jul 24, 2024
1 parent b28a689 commit 59db789
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/CurrentWidget.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ class CurrentWidget {

public static function track() {
add_filter( 'elementor/widget/before_render_content', [ __CLASS__, 'save_widget_name' ] );
add_action( 'elementor/frontend/before_render', [ __CLASS__, 'save_widget_name' ] );
}

public static function save_widget_name( $widget ) {
Expand Down

0 comments on commit 59db789

Please sign in to comment.