开发者 | apos37 |
---|---|
更新时间 | 2025年6月3日 02:58 |
PHP版本: | 7.4 及以上 |
WordPress版本: | 6.8 |
版权: | GPLv2 or later |
版权网址: | 版权信息 |
Anyone that has the Administrator
role, or other roles that you specify.
Yes, you can choose to automatically feed documents or import them locally from a remote site with the same plugin. You can do so from the Help Docs > Imports section.
Yes, you can make a request, or if you know what you're doing you can use the following PHP hook:
<?php add_filter( 'helpdocs_allowed_html', 'helpdocs_allowed_html', 10, 3 ); function helpdocs_allowed_html( $tags ) { return array_merge( $tags, [ 'example' => [ 'arg_1' => true, 'arg_2' => true, 'arg_3' => true, ], 'example2' => [ 'arg_1' => true, 'arg_2' => true, 'arg_3' => true, ], ] ); } // End helpdocs_allowed_html() ?>
We recommend using our website support forum as the primary method for requesting features and getting help. You can also reach out via our Discord support server or the WordPress.org support forum, but please note that WordPress.org doesn’t always notify us of new posts, so it’s not ideal for time-sensitive issues.
[helpdocs_css]
shortcode for adding custom CSS to docs on the main doc page[dont_do_shortcode]
shortcode to make it easier to share shortcodes without executing themindex.php
to /classes/
and /js/
folders