Browse Source

Update format of elementor template.

wordpress-build
Roman Axelrod 3 years ago
parent
commit
b399d2fc89
  1. 2
      platforms/wordpress/templates/helpers/Template_Elementor_Widget.php

2
platforms/wordpress/templates/helpers/Template_Elementor_Widget.php

@ -40,7 +40,7 @@ class <%= blockClassModel %>_Elementor_Widget extends \Elementor\Widget_Base {
} }
public static function prepare( $args ): array { public static function prepare( $args ): array {
// Prepare $args for render function. // Prepare $args for render function.
return $args; return $args;
} }
} }

Loading…
Cancel
Save