Tribe__Events__Aggregator__Records::prefix_meta( string $str = null )
Prefixes a String to be the Key for Record meta.
Contents
Parameters
- $str
-
(string) (Optional) String to append to the Prefix.
Default value: null
Return
(string)
Source
File: src/Tribe/Aggregator/Records.php
public function prefix_meta( $str = null ) {
return Tribe__Events__Aggregator__Record__Abstract::$meta_key_prefix . $str;
}
Changelog
| Version | Description |
|---|---|
| 4.3.0 | Introduced. |