yoast_tec_json_ld_{$type}_data

yoast_tec_json_ld_{$type}_data

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter

See hook in core

Displaying hooks found in version: wordpress-seo.19.9

apply_filters('yoast_tec_json_ld_{$type}_data') is found 1 times:

  • /src/generators/schema/third-party/events-calendar-schema.php line 124
    		 *
    		 * @param array $data objects representing the Google Markup for each event.
    		 * @param array $args the arguments used to get data
    		 */
    		$tribe_data = \apply_filters( "yoast_tec_json_ld_{$type}_data", $tribe_data, $args );
    
    		return $tribe_data;
    	}
    
    	/**
    	 * Transform the tribe schema markup and adapt it to the Yoast SEO standard.