[wordpress插件] Conditional Shortcode条件简码

wordpress 插件 文章 2020-03-30 05:40 518 0 全屏看文

AI助手支持GPT4.0

评分
0
描述

Conditional Shortcode.

有条件的简码。

Adds a shortcode gracias_por_donar that retrieves a text depending on an integer parameter passed as a request

添加一个简短代码gracias_por_donar,该代码根据作为请求传递的整数参数来检索文本

Shortcode attributes:

简码属性:

– text0, text1, text2, text3 are texts to print – range1, range2, range3 are integers (default values 0) – get is the name of the request parameter that can be passed as post or get (default value is “amt”)

– text0,text1,text2,text3是要打印的文本– range1,range2,range3是整数(默认值0)– get是可以作为post或get传递的请求参数的名称(默认值为“ amt”)

usage

用法

[gracias_por_donar text0=”this text is printed if amt value is lower than range1″ text1=”this text is printed if value amt is between range1 and range2″ text2=”this text is printed if value amt is between range2 and range3″ text3

[gracias_por_donar text0 =”如果amt值小于range1,则打印此文本” text1 =”如果amt值在range1与range2之间,则打印此文本” text2 =“”如果amt值在range2与range3之间,则打印此文本

=”this text is printed if value amt is greater or equal than range3″ range1=”20″ range2=”50″ range3=”80″ get=”amt”]

=”如果amt值大于或等于range3”,则打印此文本,range1 =” 20” range2 =” 50” range3 =” 80” get =” amt”]

for example:

例如:

http://mywordpresssite.org/page?amt=30 would print text1 as amt value is between range1 and range2 (based on usage sample)

http://mywordpresssite.org/page?amt=30将打印text1,因为其amt值在range1和range2之间(根据使用情况示例)

安装步骤

    1. Unzip plugin files and upload them under your ‘/wp-content/plugins/’ directory.
    2. 解压缩插件文件并将其上传到您的“ / wp-content / plugins /”目录下。

    3. Resulted names will be: ‘./wp-content/plugins/conditional-shortcode/*’
    4. 结果名称为:“ ./ wp-content / plugins / conditional-shortcode / *”

    5. Activate plugin at “Plugins” administration page.
    6. 在“插件”管理页面上激活插件。

下载地址
https://downloads.wordpress.org/plugin/conditional-shortcode.zip
-EOF-

AI助手支持GPT4.0