This plugin is outdated and might not be supported anymore
Shortcodes

Shortcodes

Details
View on WordPress

Shortcodes providing WordPress core shortcode for get option, get post meta, get custom post meta and other WordPress data using shortcode.
Shortcodes:

  1. [wp_get_option]
    Ex. [wp_get_option option=’blogname’]

  2. [wp_get_post_meta]
    Ex. [wp_get_post_meta key=’your-meta-field’ single=true]

  3. [wp_get_metadata]
    Ex. [wp_get_metadata meta_type=’comment’ meta_key=’your-meta-field’ single=true]

  4. [wp_get_the_thumbnail]
    Ex. [wp_get_the_thumbnail]

  5. Use of shortcode as parameter of another shortcode.
    Ex. [wp_get_the_post_thumbnail post={{wp_get_the_ID}} size=”medium” ]
    “wp_get_the_ID” is a shortcode to get current post id which is is passed to post parameter of “wp_get_the_post_thumbnail” shortcode. To pass shortcode as parameter value you need to use {{shortcode}} syntax instead of [shortcode].

Details

Plugin code:
bkc-wp-shortcodes
Plugin version:
1.0.4
Outdated:
Yes
WP version:
3 or higher
PHP version:
or higher
Test up to WP version:
4.8.25
Total installations:
10
Last updated:
2017-10-05
Rating:
Times rated:
0
meta-shortcode
option-shortcode
wordpress-shortcodes
wp-shortcodes