Quantcast
Channel: WordPress.org Forums » All Topics
Viewing all articles
Browse latest Browse all 59525

The code has stopped working

$
0
0

Replies: 0

Hello,
Why did the following code stop working?

add_filter( 'tube_vc_filter_post_pre_insert', 'my_tube_vc_filter_post_pre_insert' );

function my_tube_vc_filter_post_pre_insert( $my_post ){

  $my_post['post_content'] = '';

  return $my_post;

}

Viewing all articles
Browse latest Browse all 59525

Trending Articles