wpas_admin_reply_form_args

Signature apply_filters( ‘wpas_admin_reply_form_args’, $args); Typical Usage Set the options for the editor that is shown in the reply tab in wp-admin Parameters $args: Array Returns Array Located In File: includes/admin/metaboxes/replies-form.php...

wpas_write_reply_title_admin

Signature apply_filters( ‘wpas_write_reply_title_admin’, $title, $post); Typical Usage Set the title for the reply tab in wp-admin Parameters $title: String $post: object (post object) Returns String Located In File:...

wpas_admin_reply_form_reply_content

Signature apply_filters( ‘wpas_admin_reply_form_reply_content’, $content ); Typical Usage Set the content to be shown in the editor when rendering the editor in the reply tab in wp-admin Parameters $content: String Returns String Located In File:...

wpas_post_reply_admin_args

Signature apply_filters( ‘wpas_post_reply_admin_args’, $args); Typical Usage Add / edit post elements for replies that are submitted from wp-admin. Parameters $args: Array Returns Array Located In File: includes/admin/functions-postphp Function:...

wpas_replies_post_status

Signature apply_filters( ‘wpas_replies_post_status’, $post_status); Typical Usage Adds additional post statuses that can be used when retrieving replies. Parameters $post_types: Array Returns Array Located In (various files and locations) First Available...