by Ante Laca | Sep 28, 2018
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...
by Ante Laca | Sep 28, 2018
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...
by Ante Laca | Sep 28, 2018
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:...
by Ante Laca | Sep 20, 2018
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...
by Ante Laca | Sep 20, 2018
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...
Recent Comments