Tribe__Tickets__JSON_LD__Type::hook()
Function used to attach the hook into wp_head
Source
File: src/Tribe/JSON_LD/Type.php
public static function hook() {
add_action( 'wp_head', array( self::instance(), 'markup' ) );
}
Changelog
| Version | Description |
|---|---|
| 4.7.1 | Introduced. |