[wordpress插件] Alert Me!提醒我!

wordpress 插件 文章 2020-02-15 08:00 622 0 全屏看文

AI助手支持GPT4.0

评分

100

100

描述

Alert generator plugin.

警报生成器插件。

Generates a slick alert bar (info, warning, success, error or note).

生成一个光滑的警报栏(信息,警告,成功,错误或注释)。

Use it by inserting a simple shortcode, or directly into the template files by using:

通过插入简单的简码来使用它,或者使用以下命令直接将其用于模板文件:

  <?php echo do_shortcode('[[alert type =“ type”]在这里输入![/ alert]'); 

?>

?>

Alert types:

警报类型:

[alert type="info"]Info here![/alert]

  [alert type =“ info”]此处的信息![/ alert]

[alert type="success"]Success here![/alert]

[alert type =“ success”]在这里成功![/ alert]

[alert type="warning"]Warning here![/alert]

[alert type =“ warning”]在这里警告![/ alert]

[alert type="error"]Error here![/alert]

[alert type =“ error”]此处错误![/ alert]

[alert type="note"]Note here![/alert]

[alert type =“ note”]在这里注意![/ alert]

安装步骤

    1. Upload the plugin folder to your /wp-content/plugins/ directory
    2. 将插件文件夹上传到您的 / wp-content / plugins / 目录

    3. Activate the plugin via the Plugins menu in WordPress
    4. 通过WordPress中的“插件”菜单激活插件

    5. Create and publish a new page and add this shortcode: [alert type="type"]your alert text here[/alert]
    6. 创建并发布新页面并添加以下简短代码: [alert type =“ type”]您的警报文本在此处[/ alert]

下载地址

https://downloads.wordpress.org/plugin/alert-me.zip

https://downloads.wordpress.org/plugin/alert-me.zip

-EOF-

AI助手支持GPT4.0