wpas_save_reply_after

Signature do_action( ‘wpas_save_reply_after’, $reply_id, $data ) Typical Usage This hook is deprecated but stays in the code for backward compatibility. You should now use wpas_add_reply_admin_after instead. Parameters $reply_id: Integer ID of the reply...

wpas_save_reply_after_error

Signature do_action( ‘wpas_save_reply_after_error’, $reply_id ) Typical Usage This hook is deprecated but stays in the code for backward compatibility. You should now use wpas_add_reply_admin_failed instead. Parameters $reply_id: object WP_Error Located In...

wpas_save_reply_before

Signature do_action( ‘wpas_save_reply_before’ ) Typical Usage This hook is now deprecated but stays in the code for backward compatibility. Instead of wpas_save_reply_before you should now use wpas_add_reply_admin_before Located In File:...

wpas_form_field_placeholder_wpas_message

Signature apply_filters( ‘wpas_form_field_placeholder_wpas_message’, $message ); Typical Usage   Parameters $message: String Returns String Located In File: includes\functions-deprecated.php Function: wpas_get_message_textarea First Available Version...

wpas_can_message_be_empty

Signature apply_filters( ‘wpas_can_message_be_empty’, $empty ); Typical Usage   Parameters $empty: Boolean Returns Boolean Located In File: includes\functions-deprecated.php Function: wpas_get_message_textarea First Available Version 3.0.0 Deprecated...