Guest User

Untitled

a guest
Oct 15th, 2018
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. function filter_content_example($content) {
  2. $content = do_shortcode($content);
  3. return $content;
  4. }
  5. add_filter('the_content', 'filter_content_example');
Add Comment
Please, Sign In to add comment