Example #1
0
 public static function insert_post($entry, $new_post, $post, $form = false, $action = false)
 {
     _deprecated_function(__FUNCTION__, '2.0.9', array('FrmProPost::insert_post'));
     return FrmProPost::insert_post($entry, $new_post, $post, $form, $action);
 }