We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
minute
WP_Query
1 parent ccbfd22 commit 108d4d1Copy full SHA for 108d4d1
src/wp-includes/class-wp-query.php
@@ -672,6 +672,7 @@ public function fill_query_vars( $array ) {
672
* @type int $meta_value_num Custom field value number.
673
* @type string $meta_type_key Cast for 'meta_key'. See WP_Meta_Query::construct().
674
* @type int $menu_order The menu order of the posts.
675
+ * @type int $minute Minute of the hour. Default empty. Accepts numbers 0-59.
676
* @type int $monthnum The two-digit month. Default empty. Accepts numbers 1-12.
677
* @type string $name Post slug.
678
* @type bool $nopaging Show all posts (true) or paginate (false). Default false.
0 commit comments