PATH:
home
/
urbaoubp
/
gns.pitgradnja.com
/
wp-content
/
plugins
/
jetpack
/
3rd-party
<?php /** * Beaverbuilder Compatibility. * * @package automattic/jetpack */ namespace Automattic\Jetpack\Third_Party; use Automattic\Jetpack\Status\Host; add_action( 'init', __NAMESPACE__ . '\beaverbuilder_refresh' ); /** * If masterbar module is active force BeaverBuilder to refresh when publishing a layout. */ function beaverbuilder_refresh() { if ( ( new Host() )->is_woa_site() ) { add_filter( 'fl_builder_should_refresh_on_publish', '__return_true' ); } }
[-] web-stories.php
[edit]
[-] jetpack-boost.php
[edit]
[-] bbpress.php
[edit]
[-] amp.php
[edit]
[-] beaverbuilder.php
[edit]
[-] woocommerce.php
[edit]
[-] debug-bar.php
[edit]
[-] creative-mail.php
[edit]
[-] 3rd-party.php
[edit]
[-] class-domain-mapping.php
[edit]
[-] atomic.php
[edit]
[-] buddypress.php
[edit]
[-] wpml.php
[edit]
[-] bitly.php
[edit]
[-] class.jetpack-amp-support.php
[edit]
[-] class-jetpack-bbpress-rest-api.php
[edit]
[-] vaultpress.php
[edit]
[+]
..
[-] wpcom-reader.php
[edit]
[-] woocommerce-services.php
[edit]
[+]
debug-bar
[-] jetpack-backup.php
[edit]
[-] qtranslate-x.php
[edit]