WidgetShortcode
开发者 |
JaworskiMatt
rsusanto
|
更新时间 |
2023年2月20日 18:41 |
捐献地址: |
去捐款 |
PHP版本: |
6.0 及以上 |
WordPress版本: |
6.1.1 |
版权: |
GPLv2 or later |
详情介绍:
WidgetShortcode is a WordPress plugin allowing you to turn any widget into a WordPress shortcode or display a widget with a dedicated block. The shortcodes can then be used in posts, pages, and more.
It also has a dedicated block, making it easier to select a widget to show in the Block Editor.
It works great in the classic WordPress editor, but also in the block editor (for widgets that don’t have a Gutenberg block) and other page builders. This way you are not limited to only sidebars and your choice of editing tools is not based on the block functionality of the plugins.
更新日志:
1.1.0
- Fixed the WidgetShortcode block crashing on WordPress 6+
- Refactored WidgetSHortcode block deprecations to work with WordPress 6.2
1.0.2
- 2023-02-12
- Attempt to rebuild widget and sidebar database with
retrieve_widgets(TRUE)
upon activation and with a custom $_REQUEST
parameter
1.0.1
- 2023-02-12
- Improved PHP 8 compatibility
1.0.0
- 2023-02-13
- Forked from Widget Shortcode
- Fixed a known XSS vulnerability
- Improved code quality, new code standards, PHP 8.2 compatibility
- Renamed internal classes, constants, widget position, script handles etc. to avoid conflicts with old Widget Shortcode
- Release on WordPress.org