Esempio n. 1
0
 /**
  *
  * @since 1.1.0
  * 
  */
 function insert_comment_user()
 {
     if (STInput::post('comment_post_ID')) {
         $user = new STUser_f();
         $user->st_write_review();
     }
 }