我的 wordpress 主题中有这段代码,它给了我 2 个通知
我不是 100% 确定如何解决它。我尝试过使用isset()
,但它对我不起作用并且不断收到不同的错误。
$post_id = $_GET['post'] ? $_GET['post'] : $_POST['post_ID'];
$template_file = get_post_meta($post_id,'_wp_page_template',TRUE);
$array = array('template-homepage1.php', 'template-homepage2.php');