我目前有一个自定义帖子类型,我想选择将页面模板导出到html,然后下载html文件?
之前我已经看过这个,请看下面的截图。
任何人都可以指出我正确的方向吗?我所有的搜索似乎都是为了让整个wordpress网站静止不是我需要的?
答案 0 :(得分:0)
如果服务器上有wget
,请使用``exec(), etc. in a custom plugin. Pass it the URL of the preview or autosave along with copies of any cookies from the admin area request. Be sure to use
escapeshellarg()`你可以将wget限制为单页+具有正确参数的资产,研究该人页面。