PATH:
var
/
www
/
clients
/
client1
/
web1
/
web
/
wp-content
/
plugins
/
siteorigin-panels
/
compat
<?php /** * When the Livemesh SiteOrigin Widgets settings are updated, * clear the Page Builder widget cache. * * This callback is triggered whenever the lsow_settings option is updated. * This will only happen after a setting is actually changed. * * @param mixed $old_value The previous value of the lsow_settings option. * @param mixed $value The new value being saved to the lsow_settings option. * @param string $option The name of the option being updated (should be 'lsow_settings'). */ function siteorigin_panels_lsow_settings_update( $old_value, $value, $option ) { delete_transient( 'siteorigin_panels_widgets' ); delete_transient( 'siteorigin_panels_widget_dialog_tabs' ); } add_action( 'update_option_lsow_settings', 'siteorigin_panels_lsow_settings_update', 10, 3 );
[-] gravity-forms.php
[edit]
[-] livemesh.php
[edit]
[-] layout-block.php
[edit]
[-] vantage.php
[edit]
[-] acf-widgets.php
[edit]
[-] seopress.php
[edit]
[-] yoast.php
[edit]
[-] jetpack.php
[edit]
[-] yikes.php
[edit]
[+]
js
[-] seo.php
[edit]
[-] polylang.php
[edit]
[-] pagelayer.php
[edit]
[-] rank-math.php
[edit]
[-] widget-options.php
[edit]
[-] popup-maker.php
[edit]
[-] lazy-load-backgrounds.php
[edit]
[+]
..
[-] aioseo.php
[edit]
[-] amp.php
[edit]
[-] events-manager.php
[edit]