开发者 | robertgillmer |
---|---|
更新时间 | 2019年4月29日 00:05 |
捐献地址: | 去捐款 |
PHP版本: | 5.3 及以上 |
WordPress版本: | 5.1.1 |
版权: | GPLv2 or later |
版权网址: | 版权信息 |
Yes it can. The Gutenberg mockup that this plugin puts into the_content
will be parsed by WordPress just as if it had been entered through the editor directly.
That will be offered in a future release.
If you have the following plugins installed and activated, there will be separate pages created for each:
Next on the roadmap is Ultimate Addons for Gutenberg and Kadence BlocksMany of the placeholders are now filterable:
Nah, just call the filter directly. This keeps you from having to track down the class name with the namespacing and the bases and the everything.
In order to make the video URL filterable, the URL is injected into the markup as part of an echo call. For some reason, this makes WordPress not convert it to an oEmbed until the page is viewed from the backend. And why is that? Because normally a wizard does it, but he gets confused by echo statements. Or something.