這個外掛並未在最新的 3 個 WordPress 主要版本上進行測試。開發者可能不再對這個外掛進行維護或提供技術支援,並可能會與更新版本的 WordPress 產生使用上的相容性問題。

WP247 Get Option Shortcode

描述

Include WordPress options anywhere shortcodes are accepted.

Syntax

[wp247_get_option option=”desired-option” default=”desired-default” scope=”desired-scope“]

where:

  • desired-option is the option to be retrieved from the WordPress wp_options table. Default: none

  • desired-default is the default value to be returned if the desired option does not exist. Default: “”

  • desired-scope indicates which type of option is to be retrieved. scope=”site” will retrieve options using the WordPress get_site_option function. All other values are ignored and the WordPress get_option function will be used to retrieve the desired option value. Default: “”

Examples

Include the WordPress site URL in some text somewhere:

  • This is my site’s URL: [wp247_get_option option=”siteurl”].

Set up a copyright notice in a footer widget:

安裝

In the site’s WordPress backend:

  • Go to Plugins->Add New
  • Search for the plugin ‘wp247 get option shortcode’
  • Click the “Install” button
  • Click on “Activate”

That’s it. You’re now ready to include WordPress options on your site.

評價

There are no reviews for this plugin.

貢獻者及開發者

“WP247 Get Option Shortcode” 是一個開源的軟體。以下的人對這個外掛作出了貢獻。

貢獻者

將 WP247 Get Option Shortcode 外掛本地化為台灣繁體中文版。

對開發相關資訊感興趣?

任何人均可瀏覽程式碼、查看 SVN 存放庫,或透過 RSS 訂閱開發記錄

修改日誌

1.2

Removed Notifications Plugin corequisite
Fix Settings API for PHP v7
Update Admin Favorites

1.1

fixed settings API bug
Added WP247 Extension Notification System interface

1.0.1

Remove namespace use in WP247 Settings API to due errors

1.0

First release on 2015-April-9