Tribe__Events__Aggregator__Records::prefix_meta( string $str = null )

Prefixes a String to be the Key for Record meta.


Parameters

$str

(string) (Optional) String to append to the Prefix.

Default value: null


Top ↑

Return

(string)


Top ↑

Source

File: src/Tribe/Aggregator/Records.php

	public function prefix_meta( $str = null ) {
		return Tribe__Events__Aggregator__Record__Abstract::$meta_key_prefix . $str;
	}

Top ↑

Changelog

Changelog
Version Description
4.3.0 Introduced.