Title: Process only certain shortcodes.
Last modified: August 20, 2016

---

# Process only certain shortcodes.

 *  [energykick](https://wordpress.org/support/users/energykick/)
 * (@energykick)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/process-only-certain-shortcodes/)
 * I have about ten shortcodes in each post pulling information from a database 
   but I only want to process certain ones and print them on the pdf. I found the
   section where it does stuff with the shortcode
    ` // Process shortcodes if selected
   if ($this->options['processShortcodes']) $post->post_content = do_shortcode($
   post->post_content);  but can’t figure out how I can just include the shortcodes
   I want. Can anybody help?
 * Thank you.
 * [http://wordpress.org/extend/plugins/wp-post-to-pdf/](http://wordpress.org/extend/plugins/wp-post-to-pdf/)

Viewing 1 replies (of 1 total)

 *  [Lewis Rosenthal](https://wordpress.org/support/users/lewisr/)
 * (@lewisr)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/process-only-certain-shortcodes/#post-3474183)
 * Hi…
 * This very issue has just cropped up on the WP Post to PDF Enhanced support page,
   in [this topic](http://wordpress.org/support/topic/shortcode-118).
 * I know that Neerav has stated that he expects to have shortcodes working for 
   his plugin soon. I’ll be interested to see how he handles the issue of processing/
   not processing all shortcodes and then having to whitelist the ones for this 
   plugin, which is exactly what I’ve bumped into. 🙂
 * Cheers
 * Lewis

Viewing 1 replies (of 1 total)

The topic ‘Process only certain shortcodes.’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/wp-post-to-pdf_f197af.svg)
 * [WP Post to PDF](https://wordpress.org/plugins/wp-post-to-pdf/)
 * [Support Threads](https://wordpress.org/support/plugin/wp-post-to-pdf/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-post-to-pdf/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-post-to-pdf/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-post-to-pdf/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Lewis Rosenthal](https://wordpress.org/support/users/lewisr/)
 * Last activity: [12 years, 4 months ago](https://wordpress.org/support/topic/process-only-certain-shortcodes/#post-3474183)
 * Status: not resolved