This plugin hasn’t been tested with the latest 3 major releases of WordPress. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of 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.

نقد و بررسی‌ها

نقد و بررسی‌ای برای این افزونه یافت نشد.

توسعه دهندگان و همکاران

“WP247 Get Option Shortcode” نرم افزار متن باز است. افراد زیر در این افزونه مشارکت کرده‌اند.

مشارکت کنندگان

ترجمه “WP247 Get Option Shortcode” به زبان شما.

علاقه‌ مند به توسعه هستید؟

Browse the code, check out the SVN repository, or subscribe to the development log by 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