Skip to content

Commit

Permalink
Fix: Loco translate conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
sushmak02 committed Dec 31, 2024
1 parent ade400a commit 2674dde
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion inc/widgets-manager/class-extensions-loader.php
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,18 @@ public static function instance() {
*/
private function __construct() {

$this->include_extensions_files();
add_action( 'elementor/init', [ $this, 'elementor_init' ] );

}

/**
* Elementor Init.
*
* @since x.x.x
*/
public function elementor_init() {

$this->include_extensions_files();
}

/**
Expand Down

0 comments on commit 2674dde

Please sign in to comment.