Title: SLiX's Replies | WordPress.org

---

# SLiX

  [  ](https://wordpress.org/support/users/slix/)

 *   [Profile](https://wordpress.org/support/users/slix/)
 *   [Topics Started](https://wordpress.org/support/users/slix/topics/)
 *   [Replies Created](https://wordpress.org/support/users/slix/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/slix/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/slix/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/slix/engagements/)
 *   [Favorites](https://wordpress.org/support/users/slix/favorites/)

 Search replies:

## Forum Replies Created

Viewing 1 replies (of 1 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Open Graph] Remove [shortcodes] and](https://wordpress.org/support/topic/remove-shortcodes-and/)
 *  [SLiX](https://wordpress.org/support/users/slix/)
 * (@slix)
 * [13 years, 5 months ago](https://wordpress.org/support/topic/remove-shortcodes-and/#post-3145054)
 * Hi,
 *  I tried version 1.5 of your plugin, but there were shortcodes in description.
   To fix it, I replaced line 219:
 * `$description = strip_tags(strip_shortcodes($post->post_content));`
 * with:
 * `$description = strip_tags(strip_shortcodes(apply_filters('the_content', $post-
   >pos t_content))`
 * Thanks you,
    Regards, SLiX.

Viewing 1 replies (of 1 total)