register_widget_type( new $class ); } } } static function register_cats( $elements_manager ) { $elements_manager->add_category( 'thinkai', [ 'title' => esc_html__( 'Thinkai', 'thinkai' ), 'icon' => 'fa fa-plug', ] ); $elements_manager->add_category( 'templatepath', [ 'title' => esc_html__( 'Template Path', 'thinkai' ), 'icon' => 'fa fa-plug', ] ); } } Elementor::init();