该插件尚未通过WordPress的最新3个主要版本进行测试。 当与较新版本的WordPress一起使用时,可能不再受到维护或支持,并且可能会存在兼容性问题。

User Block Visibility

描述

Allows authors to restrict access to blocks by user roles.

This plugin is meant to be lightweight, limited in scope, while maintaining extensibility. If you need a hook, please reach out!

Developer API

User Block Visibility is meant to be extensible. For example, use the filter ubv_built_in_user_roles to restrict the built-in roles that are available.

To create custom restriction options, use ubv_additional_roles and the built-in WordPress filter render_block.

To restrict access to this functionality, use ubv_do_enqueue_sidebar.

屏幕截图

  • Showing a block with visibility restricted for subscribers and users who are not logged in.

常见问题

Hey, this isn’t working with “Classic” blocks.

Classic blocks do not behave like normal blocks and do not store data along with them, so this plugin will not work for this block type.

This is not working for [insert block type]!

You may have found a bug! I would be happy to take a look if you wouldn’t mind to submit a ticket in the support forum for this plugin.

评价

2019 年 7 月 15 日
This is exactly what I was looking for. Thank you!
2019 年 4 月 16 日
5 star plugin obviously since it works as advertised can can be really helpful under certain conditions. I hope the development of the plugin continues, and a feature to also display (or not to display) the blocks for certain devices is also added (desktop, tablet, phone). This feature to be implemented should be easier to code because all you need to trigger the conditions are some simple CSS media queries. Good job so far nevertheless…
阅读所有3条评价

贡献者及开发者

「User Block Visibility」是开源软件。 以下人员对此插件做出了贡献。

贡献者

更新日志

1.0

  • Initial release!