Update cache clear time every 30 minutes - wooproductslider pro

PHOTO EMBED

Tue Oct 14 2025 05:30:21 GMT+0000 (Coordinated Universal Time)

Saved by @Pulak

function custom_sp_wpspro_transient_expiration( $expiration ) {
    return 30 * MINUTE_IN_SECONDS;
}
add_filter( 'sp_wpspro_transient_expiration', 'custom_sp_wpspro_transient_expiration' );
content_copyCOPY