public static function update_post($entry_id, $form_id)
 {
     _deprecated_function(__FUNCTION__, '2.0', 'FrmProEntriesController::trigger_post');
     FrmProEntry::create_post($entry_id, $form_id, 'update');
 }