Title: Can&#039;t remove shortcode
Last modified: August 19, 2016

---

# Can't remove shortcode

 *  [c.note](https://wordpress.org/support/users/cnote/)
 * (@cnote)
 * [15 years, 1 month ago](https://wordpress.org/support/topic/cant-remove-shortcode/)
 * I’ve used this excellent plugin and another plugin has been added to the site
   which is casuing a problem, this plugin uses a shortcode in the RTE of [profile].
   
   When I create my PDF the shortcode renders in the PDF and produces a load of 
   unwanted stuff I can’t seem to remove it. I tried making a minor adjustment to
   the code:
 * I replaced this:
    add_filter( ‘the_content’, ‘wrapper_a2p_CreatePdf’, 9999 );
 * with this:
    function remove_shortcode_from_pdf($content) { $stripped_content 
   = strip_shortcodes($content); return $stripped_content; } $pdf_content = add_filter(‘
   the_content’, ‘remove_shortcode_from_pdf’); add_filter( $pdf_content, ‘wrapper_a2p_CreatePdf’,
   9999 );
 * I can’t get rid of this shortcode, any ideas would be greatly appreciate!!

The topic ‘Can't remove shortcode’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/article2pdf.svg)
 * [article2pdf](https://wordpress.org/plugins/article2pdf/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/article2pdf/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/article2pdf/)
 * [Active Topics](https://wordpress.org/support/plugin/article2pdf/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/article2pdf/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/article2pdf/reviews/)

 * 0 replies
 * 1 participant
 * Last reply from: [c.note](https://wordpress.org/support/users/cnote/)
 * Last activity: [15 years, 1 month ago](https://wordpress.org/support/topic/cant-remove-shortcode/)
 * Status: not resolved