Preview:
function custom_sp_wpspro_transient_expiration( $expiration ) {
    return 30 * MINUTE_IN_SECONDS;
}
add_filter( 'sp_wpspro_transient_expiration', 'custom_sp_wpspro_transient_expiration' );
downloadDownload PNG downloadDownload JPEG downloadDownload SVG

Tip: You can change the style, width & colours of the snippet with the inspect tool before clicking Download!

Click to optimize width for Twitter