예제 #1
0
 /**
  * Stub for ajax_verify_connection_to_remote_site()
  *
  * @param array|bool $args
  *
  * @return array
  */
 function verify_connection_to_remote_site($args = false)
 {
     $_POST = $args;
     $response = $this->wpmdbpro->ajax_verify_connection_to_remote_site();
     return $response;
 }