menu page output wordpress plugin
menu page output
=============================================================================================================================
define("PLUGIN_DIR_PATH", plugin_dir_path(__FILE__));
define("PLUGINS_URL", plugins_url());
function add_new_function(){
include_once PLUGIN_DIR_PATH. '/views/add-new.php';
}
function add_new_function2(){
include_once PLUGIN_DIR_PATH. '/views/all-page.php';
}
//define constant ti top e use korte hobe.
//add-new.php and all-page.php file e kisu code likhe rakhte hobe, taile plugin er content display korbe.
No comments