balmet.com

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

Elementor.php (222B)


      1 <?php
      2 namespace Welbim\Helper;
      3 
      4 /**
      5  * The admin class
      6  */
      7 class Elementor {
      8 
      9 	/**
     10 	 * Initialize the class
     11 	 */
     12 	function __construct() {
     13 		new Elementor\Element();
     14 		new Elementor\Icon();
     15 		new Elementor\Scripts();
     16 	}
     17 }