Skip to content

Instantly share code, notes, and snippets.

View yeasin-hossain's full-sized avatar
🐢
crawl...

Yeasin Hossain yeasin-hossain

🐢
crawl...
View GitHub Profile
@mehedicsit
mehedicsit / create-widget.php
Last active April 6, 2022 10:40
elementor widget development initialize in theme
namespace Elementor;
class First_widget extends Widget_Base{
public function get_name(){
return "first-widget";
}
public function get_title(){
return "first Widget";
}