开发者 |
georgestephanis
Bethink Studio bethinkstudio |
---|---|
更新时间 | 2025年5月29日 03:16 |
WordPress版本: | 6.8 |
版权: | GPL-2.0-or-later |
版权网址: | 版权信息 |
core/group
and core/row
blocks in the block and full-site editors.
Restrictions involve enabling it for that block, then setting the access level used by RC/RCP, and then determine whether the user must have at least that access level, or not have that access level in the block editor.
For details about how Access Levels work, here is a resource from the creators: https://help.solidwp.com/hc/en-us/articles/360049322274-How-do-access-levels-work
This plugin relies on either Restrict Content available on the WordPress.org Plugins Repository, or the premium version of Restrict Content Pro.
Note: If you are using Restrict Content Pro, and facing an issue where this plugin's dependencies do not seem to be met, make sure you are using RCP ≥ 4.5.46, which supports plugin dependencies for the free version as well through the wp_plugin_dependencies_slug
filter.
If you need to use this with an older version, you can apply this filter manually:
`
/**