WP_Query::is_trackback()
Determines whether the query is for a trackback endpoint call.
Method of the class: WP_Query{}
No Hooks.
Return
true|false
. Whether the query is for a trackback endpoint call.
Usage
global $wp_query; $wp_query->is_trackback();
Changelog
Since 3.1.0 | Introduced. |
WP_Query::is_trackback() WP Query::is trackback code WP 6.7.2
public function is_trackback() { return (bool) $this->is_trackback; }