apply_filters( "tribe_post_type_{$cache_slug}_properties", array $props , WP_Post $post )
Filters the array of properties that will be used to decorate the post object handled by the class.
Contents
Parameters
- $props
-
(array) An associative array of all the properties that will be set on the "decorated" post object.
- $post
-
(WP_Post) The post object handled by the class.
Source
Changelog
| Version | Description |
|---|---|
| 4.9.18 | Introduced. |