Awesome Support Developer Documentation

wpas_replies_post_type


Signature

apply_filters( 'wpas_replies_post_type', $post_types);

Typical Usage

Add post types that can be considered part of the replies thread in ticket screens. By default these are ticket_reply, ticket_history and sometimes ticket_log.  One add-on that uses this filter is PRIVATE NOTES where the private notes post type is added to the array.

Parameters

  • $post_types: Array

Returns

  • Array

Located In

  • (various files and locations)

First Available

Version 3.0.0


More Topics In Filter Hooks

Share: