ayecode/wp-super-duper
最新稳定版本:3.0.7-beta
Composer 安装命令:
composer require ayecode/wp-super-duper
包简介
Lets you create a widget, block and shortcode all from the one file .
关键字:
README 文档
README
A WordPress Class to build a widget, shortcode and Gutenberg block at once.
V1 to V2 migration
- Change how you load the widgets
// SD V1 used to extend the widget class. V2 does not, so we cannot call register_widget() on it. $widget = 'SD_Hello_World'; if ( is_subclass_of( $widget, 'WP_Widget' ) ) { // SD V1 is loaded. register_widget( $widget ); } else { new $widget(); // SD V2 is loaded. }
统计信息
- 总下载量: 1.51k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 32
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: GPL-3.0-or-later
- 更新时间: 2018-12-05