开发者 | customscripts |
---|---|
更新时间 | 2017年9月26日 07:49 |
PHP版本: | 5 及以上 |
WordPress版本: | 4.8.1 |
版权: | GPLv2 or later |
版权网址: | 版权信息 |
No. The plugin only works with pages.
No, because the plugin only works with the post_type "page." It is possible to modify this plugin, however, but it would require some knowledge of PHP. To modify the plugin to support custom post types, open the main PHP file in the plugin, and edit the "if" statement on line 188 to include (making sure to replace everything inside the brackets, and the brackets themselves): || $screen->post_type == '[Your custom post type here]'