Title: [Plugin: Developer&#039;s Custom Fields] Implementation of Shortcodes?
Last modified: August 20, 2016

---

# [Plugin: Developer's Custom Fields] Implementation of Shortcodes?

 *  [laptopmd](https://wordpress.org/support/users/laptopmd/)
 * (@laptopmd)
 * [14 years, 7 months ago](https://wordpress.org/support/topic/plugin-developers-custom-fields-implementation-of-shortcodes/)
 * Is there an easy way to allow shortcodes to be parsed within my Developer Custom
   Fields? A new WP site was developed for us and we’re slowly taking over the reins
   of management and I appreciate your help!
 * Thanks –
    Tim
 * [http://wordpress.org/extend/plugins/developers-custom-fields/](http://wordpress.org/extend/plugins/developers-custom-fields/)

Viewing 1 replies (of 1 total)

 *  Plugin Author [Steve Taylor](https://wordpress.org/support/users/gyrus/)
 * (@gyrus)
 * [14 years, 7 months ago](https://wordpress.org/support/topic/plugin-developers-custom-fields-implementation-of-shortcodes/#post-2393751)
 * What type of field are you using? Is the plugin stripping the shortcodes? I think
   all you’d need to do would be either:
 * `echo apply_filters( 'the_content', slt_cf_field_value( 'my_field' ) );`
 * Or just:
 * `echo do_shortcode( slt_cf_field_value( 'my_field' ) );`
 * The former, I think, will parse the shortcodes as well as apply all other content
   filters. The latter would just parse shortcodes. Depends what you need.
 * I could possibly include parameters for `slt_cf_field_value` to apply content
   filters to what’s returned, but I generally try to leave things flexible for 
   developers, so it’s a low priority.

Viewing 1 replies (of 1 total)

The topic ‘[Plugin: Developer's Custom Fields] Implementation of Shortcodes?’ is
closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/developers-custom-fields.svg)
 * [Developer's Custom Fields](https://wordpress.org/plugins/developers-custom-fields/)
 * [Support Threads](https://wordpress.org/support/plugin/developers-custom-fields/)
 * [Active Topics](https://wordpress.org/support/plugin/developers-custom-fields/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/developers-custom-fields/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/developers-custom-fields/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Steve Taylor](https://wordpress.org/support/users/gyrus/)
 * Last activity: [14 years, 7 months ago](https://wordpress.org/support/topic/plugin-developers-custom-fields-implementation-of-shortcodes/#post-2393751)
 * Status: not resolved