jetpack_widget_name, __( Google Translate, jetpack

jetpack_widget_name, __( Google Translate, jetpack

Appears in:
Hook Type: filter

See hook in core

Displaying hooks found in version: jetpack.16.0.1

apply_filters('jetpack_widget_name, __( Google Translate, jetpack') is found 1 times:

  • /modules/widgets/google-translate.php line 45
    	public function __construct() {
    		parent::__construct(
    			'google_translate_widget',
    			/** This filter is documented in modules/widgets/facebook-likebox.php */
    			apply_filters( 'jetpack_widget_name', __( 'Google Translate', 'jetpack' ) ),
    			array(
    				'description'                 => __( 'Provide your readers with the option to translate your site into their preferred language.', 'jetpack' ),
    				'customize_selective_refresh' => true,
    			)
    		);
    		add_action( 'wp_enqueue_scripts', array( $this, 'enqueue_scripts' ) );