jetpack_comment_subscription_form, $str
jetpack_comment_subscription_form, $str
Appears in: jetpack.16.0.1
Hook Type: filter
Displaying hooks found in version: jetpack.16.0.1apply_filters('jetpack_comment_subscription_form, $str') is found 1 times:
- /modules/subscriptions.php line 800
* @since 1.2.0 * * @param string $str Comment Subscription form HTML output. */ $str = apply_filters( 'jetpack_comment_subscription_form', $str ); return $str . $submit_button; } /** * Jetpack_Subscriptions::comment_subscribe_init()