diff --git a/includes/functions/_service-caching.php b/includes/functions/_service-caching.php index 1a872198..656dfcbb 100644 --- a/includes/functions/_service-caching.php +++ b/includes/functions/_service-caching.php @@ -134,7 +134,7 @@ if ( ! defined( 'FICTIONEER_ENABLE_STORY_CARD_CACHING' ) ) { */ function fictioneer_enable_shortcode_transients( $shortcode = null ) { - if ( is_customize_preview() ) { + if ( is_customize_preview() || is_admin() ) { return false; }