Mixed content slider fix

PHOTO EMBED

Tue Mar 10 2026 03:41:28 GMT+0000 (Coordinated Universal Time)

Saved by @Pulak

add_filter(
    'wpcp_max_input_bar_value',
    function ( $value ) {
        return 4000;
    }
);
content_copyCOPY