wpessential/wpessential-require-notifier
最新稳定版本:1.0.0
Composer 安装命令:
composer require wpessential/wpessential-require-notifier
包简介
Its open source library. Used to apply the notifications fire in WordPress admin panel. If your theme used any plugin that is required. Used it to fire the notification.
README 文档
README
RequiredNotiFire is an open-source library. Used to apply the notifications fire in the WordPress admin panel. If your theme used any plugin that is required. Used it to fire the notification.
Used
RequiredNotifire::make( __( 'Thanks for', 'add_text_domain' ) ) ->plugin_check( 'example_plugin_slug' ) ->desc( __( 'Example description to show in admin panel.', 'add_text_domain' ) ) ->dismiss( true ) ->icon( 'htt_patho_of_icon' ) // jpg, jpeg, png, gif ->icon_alt('icon_alt_tag_name') ->type('error') // error, warning, update ->css_color('#9b0a46');
统计信息
- 总下载量: 9
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 2
- 推荐数: 0
其他信息
- 授权协议: GPL-3.0-or-later
- 更新时间: 2023-11-14