jetpack_sharing_twitter_via, , null

jetpack_sharing_twitter_via, , null

Appears in:
Hook Type: filter

See hook in core

Displaying hooks found in version: jetpack.16.0.1

apply_filters('jetpack_sharing_twitter_via, , null') is found 1 times:

  • /jetpack_vendor/automattic/jetpack-post-media/src/class-twitter-cards.php line 317
    			trim( get_option( 'twitter_via' ) ) :
    			( class_exists( 'Jetpack_Options' ) ? \Jetpack_Options::get_option_and_ensure_autoload( 'jetpack-twitter-cards-site-tag', '' ) : get_option( 'jetpack-twitter-cards-site-tag', '' ) );
    		if ( empty( $site_tag ) ) {
    			/** This action is documented in modules/sharedaddy/sharing-sources.php */
    			return apply_filters( 'jetpack_sharing_twitter_via', '', null );
    		}
    		return $site_tag;
    	}
    
    	/**
    	 * Output the settings field.