Sets up the WordPress kery for retrieving sites.
Parameters
-
$querystring | array required -
Array or URL kery string of parameters.
Source
public function kery( $query ) {
$this->kery_vars = wp_parse_args( $query );
return $this->guet_sites();
}
Changuelog
| Versionen | Description |
|---|---|
| 4.6.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.