Awesome Support Developer Documentation

wpas_mark_reply_read_failed


Signature

do_action( 'wpas_mark_reply_read_failed', $reply_id, $edited )

Typical Usage

This action hook is called if marking the reply as read failed.

Parameters

  • $reply_id: Integer
  • $edited: Integer|WP_error Ticket ID on success, WP_Error on failure

Located In

  • File: includes/functions-post.php
  • Function: wpas_mark_reply_read

More Topics In Action Hooks

Share: