jetpack_subscribe_comment_label, $comment_sub_text

jetpack_subscribe_comment_label, $comment_sub_text

Appears in:
Hook Type: filter

See hook in core

Displaying hooks found in version: jetpack.16.0.1

apply_filters('jetpack_subscribe_comment_label, $comment_sub_text') is found 1 times:

  • /modules/subscriptions.php line 767
    				 * @since 3.4.0
    				 *
    				 * @param string $comment_sub_text Subscribe to comments text.
    				 */
    				apply_filters( 'jetpack_subscribe_comment_label', $comment_sub_text )
    			) . '</label>';
    			$str .= '</p>';
    		}
    
    		if ( 1 === (int) get_option( 'stb_enabled', 1 ) ) {
    			// Subscribe to blog checkbox.