jetpack_widget_name, Ads

jetpack_widget_name, Ads

Appears in:
Hook Type: filter

See hook in core

Displaying hooks found in version: jetpack.16.0.1

apply_filters('jetpack_widget_name, Ads') is found 1 times:

  • /modules/wordads/php/class-wordads-sidebar-widget.php line 51
    	public function __construct() {
    		parent::__construct(
    			'wordads_sidebar_widget',
    			/** This filter is documented in modules/widgets/facebook-likebox.php */
    			apply_filters( 'jetpack_widget_name', 'Ads' ),
    			array(
    				'description'                 => __( 'Insert an ad unit wherever you can place a widget.', 'jetpack' ),
    				'customize_selective_refresh' => true,
    			)
    		);