Exemplo n.º 1
0
 /**
  * Stub for ajax_flush()
  *
  * @param array|bool $args
  *
  * @return bool|null
  */
 function flush($args = false)
 {
     $_POST = $args;
     $response = $this->wpmdbpro->ajax_flush();
     return $response;
 }