jetpack_subscribe_blog_label, $blog_sub_text
jetpack_subscribe_blog_label, $blog_sub_text
Appears in: jetpack.16.0.1
Hook Type: filter
Displaying hooks found in version: jetpack.16.0.1apply_filters('jetpack_subscribe_blog_label, $blog_sub_text') is found 1 times:
- /modules/subscriptions.php line 786
* @since 3.4.0 * * @param string $comment_sub_text Subscribe to blog text. */ apply_filters( 'jetpack_subscribe_blog_label', $blog_sub_text ) ) . '</label>'; $str .= '</p>'; } /** * Filter the output of the subscription options appearing below the comment form.