Service_Provider::disable_jquery_body( bool $enabled )

Disable Divi jQuery Body on Single Events.


Parameters

$enabled

(bool) (Required) Whether to disable the jQuery body.


Top ↑

Return

(bool) Whether to disable the jQuery body.


Top ↑

Source

File: src/Tribe/Compatibility/Divi/Service_Provider.php

	public function disable_jquery_body( $enabled ) {
		return $this->container->make( Scripts::class )->disable_jquery_body( $enabled );
	}

Top ↑

Changelog

Changelog
Version Description
5.3.1 Introduced.