0

默认情况下,“wp-cli get”不呈现短代码。

我想在 HTML 中呈现简码,以检查最终用户在她的浏览器中看到的内容。

这个怎么做?

4

1 回答 1

0

这可以通过wp-cli/restful来完成。

# installing restful
wp-cli package install wp-cli/restful

# rendering a post containing a shortcode
wp-cli rest post list --slug=example-post-containing-short-code --field=content
于 2018-04-07T14:07:14.967 回答