WP_Query::is_time(): bool

Is the query for a specific time?


Return

bool Whether the query is for a specific time.


Top ↑

Source

File: wp-includes/class-wp-query.php. View all references

public function is_time() {
	return (bool) $this->is_time;
}


Top ↑

Changelog

Changelog
Version Description
3.1.0 Introduced.

Top ↑

User Contributed Notes

You must log in before being able to contribute a note or feedback.