Browse Source

Added axeweb-block classNames to blocks in Elementor

master
Roman Axelrod 2 years ago
parent
commit
438619c4d9
  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 {
// Prepare $args for render function.
$args['section_class'] = 'axeweb-block';
return $args;
}
}

Loading…
Cancel
Save