jetpack_subscriptions_comment_form_submission, $result, $post_ids
jetpack_subscriptions_comment_form_submission, $result, $post_ids
Appears in: jetpack.16.0.1
Hook Type: action
Displaying hooks found in version: jetpack.16.0.1do_action('jetpack_subscriptions_comment_form_submission, $result, $post_ids') is found 1 times:
- /modules/subscriptions.php line 873
* * @param NULL|WP_Error $result Result of form submission: NULL on success, WP_Error otherwise. * @param array $post_ids An array of post IDs that the user subscribed to, 0 means blog subscription. */ do_action( 'jetpack_subscriptions_comment_form_submission', $result, $post_ids ); } /** * Jetpack_Subscriptions::set_cookies() * * Set a cookie to save state on the comment and post subscription checkboxes.