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.


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.


Top ↑

Source

File: src/Tribe/Models/Post_Types/Base.php


Top ↑

Changelog

Changelog
Version Description
4.9.18 Introduced.