Shortcodes:该项目的目的是在任何系统中使用熟悉的 WordPress 简码语法

时间:2024-07-04 06:45:52
【文件属性】:

文件名称:Shortcodes:该项目的目的是在任何系统中使用熟悉的 WordPress 简码语法

文件大小:6KB

文件格式:ZIP

更新时间:2024-07-04 06:45:52

PHP

Badcow 简码 这是 WordPress 出色的短代码功能的一个端口,可在 WordPress 之外使用。 代码基本保持不变。 该项目的目的是在任何系统中使用熟悉的 WordPress 短代码语法。 基本用法 $shortcodes = new Badcow\Shortcodes\Shortcodes; $shortcodes->addShortcode('hello', function ($attributes, $content, $tagName) { return $attributes['greeting'] . ', ' . $content; }); echo $shortcodes->process('My shortcode does this: [hello greeting="Konnichiwa"]world![/hello]'); 安装 使用。


【文件预览】:
Shortcodes-master
----.gitignore(34B)
----README.md(943B)
----tests()
--------ShotcodesTest.php(6KB)
--------bootstrap.php(301B)
----composer.json(352B)
----phpunit.xml.dist(676B)
----.travis.yml(248B)
----lib()
--------Shortcodes.php(8KB)

网友评论