jetpack_subscribe_blog_label, $blog_sub_text

jetpack_subscribe_blog_label, $blog_sub_text

Appears in:
Hook Type: filter

See hook in core

Displaying hooks found in version: jetpack.16.0.1

apply_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.