Thursday 11 June 2020

I want to remove shortcode from content [vc_row][vc_column][vc_column_text]

$content = get_the_content(); 
$content = preg_replace("~(?:\[/?)[^/\]]+/?\]~s", '', $content);
$content = wp_strip_all_tags($content);
echo $content; 

### OR ###

$content = get_the_content(); 
$content = do_shortcode($content);
echo $content;

2 comments:

  1. It's fascinating that a considerable lot of the bloggers your tips assisted with explaining a couple of things for me just as giving.. quite certain pleasant substance. Also, advise individuals explicit approaches to live their lives.Sometimes you simply need to shout at individuals and give them a decent shake to express what is on your mind. Bluehost hosting plans

    ReplyDelete