Linux 软件免费装

Anything Shortcodes

开发者 wpizard
更新时间 2025年9月29日 14:29
PHP版本: 7.4 及以上
WordPress版本: 6.8.2
版权: GPLv2 or later
版权网址: 版权信息

标签

post shortcode user options post meta

下载

1.0.0 1.1.0 1.2.0

详情介绍:

A powerful WordPress plugin that lets you retrieve and display virtually any data in WordPress using simple shortcodes. Effortlessly pull information from posts, users, options, and more — with support for dynamic attribute parsing, flexible formatting, and customizable output wrapping. It supports:

安装:

  1. Upload the plugin folder to /wp-content/plugins/.
  2. Activate the plugin via the "Plugins" menu in WordPress.
  3. Use the [anys] shortcode anywhere you want.

常见问题:

Can I run PHP functions in attributes?

Yes — use {func:function_name(arguments)} syntax in any attribute.

Can I use URL parameters?

Yes — {get:param_name} will be replaced with the value from the query string.

Is the output safe?

Yes — all values are escaped using wp_kses_post() by default.

更新日志:

[1.2.0] - 2025-09-29 1.1.0 - 2025-08-15 1.0.0 - 2025-08-04