سلام استاد. وقت بخیر
من وقتی قسمت آخر که include رو اضافه میکنم به جای echo، وقتی رفرش میکنم صفحه سایت رو ارور میده
Warning: Use of undefined constant WP_APIS_TPL - assumed 'WP_APIS_TPL' (this will throw an Error in a future version of PHP) in C:\xampp\htdocs\wordpress.exp\wordpress\wp-content\plugins\wp-api\inc\admin\menus.php on line 16
Warning: include(WP_APIS_TPLadmin/menus/main.php): failed to open stream: No such file or directory in C:\xampp\htdocs\wordpress.exp\wordpress\wp-content\plugins\wp-api\inc\admin\menus.php on line 16
Warning: include(): Failed opening 'WP_APIS_TPLadmin/menus/main.php' for inclusion (include_path='C:\xampp\php\PEAR') in C:\xampp\htdocs\wordpress.exp\wordpress\wp-content\plugins\wp-api\inc\admin\menus.php on line 16
این ارورش هست و خط 16 همون کد include هستش.
function wp_api_main_menu_handler()
{
include WP_APIS_TPL. 'admin/menus/main.php';
}
بدون include کاملا درسته.
ممنون میشم راهنمایی بفرمایید.