jetpack_disable_eu_cookie_law_widget, false

jetpack_disable_eu_cookie_law_widget, false

Appears in:
Hook Type: filter

See hook in core

Displaying hooks found in version: jetpack.16.0.1

apply_filters('jetpack_disable_eu_cookie_law_widget, false') is found 1 times:

  • /modules/widgets/class-jetpack-eu-cookie-law-widget.php line 165
    			 * @since 6.1.1
    			 *
    			 * @param bool true Should the EU Cookie Law widget be disabled. Default to false.
    			 */
    			if ( apply_filters( 'jetpack_disable_eu_cookie_law_widget', false ) ) {
    				return;
    			}
    
    			// Enqueue front end assets.
    			$this->enqueue_frontend_scripts();