jetpack_sharing_headline_html, %s, esc_html__( Like this:, jetpack

jetpack_sharing_headline_html,

%s

, esc_html__( Like this:, jetpack

Appears in:
Hook Type: filter

See hook in core

Displaying hooks found in version: jetpack.16.0.1

apply_filters('jetpack_sharing_headline_html, %s, esc_html__( Like this:, jetpack') is found 1 times:

  • /modules/likes.php line 479
    		$name     = sprintf( 'like-post-frame-%1$d-%2$d-%3$s', $blog_id, $post_id, $uniqid );
    		$wrapper  = sprintf( 'like-post-wrapper-%1$d-%2$d-%3$s', $blog_id, $post_id, $uniqid );
    		$headline = sprintf(
    			/** This filter is already documented in modules/sharedaddy/sharing-service.php */
    			apply_filters( 'jetpack_sharing_headline_html', '<h3 class="sd-title">%s</h3>', esc_html__( 'Like this:', 'jetpack' ), 'likes' ),
    			esc_html__( 'Like this:', 'jetpack' )
    		);
    
    		$title = esc_html__( 'Like or Reblog', 'jetpack' );
    
    		/** This filter is documented in modules/likes/jetpack-likes-master-iframe.php */