Updated Build Template of Elementor block.

This commit is contained in:
2023-01-02 12:48:49 +02:00
parent f86afc8394
commit 50d743140b
2 changed files with 6 additions and 2 deletions
@@ -47,7 +47,7 @@ class <%= blockClassModel %>_Elementor_Widget extends \Elementor\Widget_Base {
protected function render() {
$settings = $this->get_settings_for_display();
$component = new \AXEWEB_Blocks\Blocks\Scytale\<%= blockClassModel %>\<%= blockClassModel %>_Component();
$component = new \AXEWEB_Blocks\Blocks\<%= ownerClass %>\<%= blockClassModel %>\<%= blockClassModel %>_Component();
$args = self::prepare( $settings );
$component->render( $args );