jetpack_widget_name, esc_html__( Social Media Icons (Deprecated

jetpack_widget_name, esc_html__( Social Media Icons (Deprecated

Appears in:
Hook Type: filter

See hook in core

Displaying hooks found in version: jetpack.16.0.1

apply_filters('jetpack_widget_name, esc_html__( Social Media Icons (Deprecated') is found 1 times:

  • /modules/widgets/social-media-icons.php line 54
    	public function __construct() {
    		parent::__construct(
    			'wpcom_social_media_icons_widget',
    			/** This filter is documented in modules/widgets/facebook-likebox.php */
    			apply_filters( 'jetpack_widget_name', esc_html__( 'Social Media Icons (Deprecated)', 'jetpack' ) ),
    			array(
    				'description'                 => __( 'A simple widget that displays social media icons.', 'jetpack' ),
    				'customize_selective_refresh' => true,
    			)
    		);
    		$this->defaults = array(