Signature apply_filters( ‘wpas_ticket_list_activity_options’, $activity_options ); Typical Usage Add/update the activity filter drop-down options in the ticket list in wp-admin Parameters $activity_options : Array Returns Array Located In File:...
Signature apply_filters( ‘wpas_ticket_listing_activity_tags’, $tags, $post_id ); Typical Usage Add new tags to be shown in the activity column in the ticket list in wp-admin Parameters $tags: Array $post_id : Integer Returns Array Located In File:...
Signature apply_filters( ‘wpas_custom_column_title’, wpas_get_field_title( $field ), $field ); Typical Usage Override the title text of a custom field column in the ticket list in wp-admin. Parameters $field_title: string $field: object (custom field...
Signature apply_filters( ‘add_ticket_column_custom_fields’, $add_custom_fields ); Typical Usage Whether to show custom fields in the ticket list in wp-admin. Parameters $add_custom_fields: Boolean Returns Boolean Located In File:...
Signature apply_filters( ‘ticket_listing_search_clauses’, $search_clauses, $query ); Typical Usage Modify the query used to retrieve data for the main ticket list in wp-admin. Parameters $search_clauses: Array $query: object Returns Array Located In File:...
Recent Comments