Top_Ten_Query
Query API: Top_Ten_Query class.
Since: 3.0.0
Source: includes/class-top-ten-query.php line 22
Extends: WP_Query
Methods
__construct()
Main constructor.
Since: 3.0.0
Line: 31
public function __construct( $args = ... );
| Type | Name | Description |
|---|---|---|
array|string | $args | The Query variables. Accepts an array or a query string. |