1- Add Custom Menu in Admin Panel function tw_plugin_menu(){ //add main menu // add_menu_page(string $page_title, string $menu_title, string $capabil…
Read moreRegister Scripts function tw_wp_enqueue_scripts (){ //1. Stylesheet (css) // wp_enqueue_style(string $handle, string $src = '', string[] $dep…
Read moreCreate Simple ShortCode Plugin Code add_action("init", "tw_init"); function tw_init(){ add_shortcode("test", "…
Read moreHow to Create a Plugin Folder? Plugin ka folder aur is ki main file ka name same hoga. Like: Folder: tw-like-dislike File: tw-like-dislike.php Index.…
Read more
Social Plugin