我需要导出帖子内容,并将所有过滤器应用到以JSON显示的自定义API。
在我找到一个插件之前,一切都在进行中:亚马逊AI。
Amazon AI插件在当前页面is_singular()
返回true。但是,我没有在API导出器中加载模板。
有没有办法在模板外强制Is\\u singular()为true,或者可能用所需的变量加载某种类型的空模板?
这就是我在Amazon AI中失败的API中调用的内容is_singular()
if语句:
global $post;
$post = get_post($post_id);
$content = apply_filters(\'the_content\',$post->post_content);
似乎没有必要包含amazon ai插件代码,但以下是导致问题的文件供参考:
https://github.com/awslabs/aws-for-wordpress/blob/master/public/class-amazonpolly-public.php谢谢你的建议