• Resolved ronr1999

    (@ronr1999)


    In EXCLUDE CSS, I want to use:

    https://some-url.com/wp-content/uploads/some-directory/(.*) >>> this works
    /wp-content/uploads/some-directory/(.*) >> this doesn’t work
    .*/wp-content/uploads/some-directory/(.*) >> this doesn’t work
    [site_url]/wp-content/uploads/some-directory/(.*) >> this doesn’t work

    Are there any options to use for the prefix?

    I’m asking this because we manage over 40 websites and want to be able to have a generic Breeze setup/settings that we can easily export and import those settings.

Viewing 1 replies (of 1 total)
  • Plugin Author owaisalam

    (@owaisalam)

    The Exclude CSS option allows excluding CSS files based on:

    1. Folder Path – e.g., https://demo/wp-content/plugins/some-plugin/assets/css/demo(.*)
    2. File Name – e.g., https://demo/wp-content/plugins/some-plugin/assets/css/demo_1/css_random_someplugin_(.*).css

    However, the options you have requested are not currently supported.

Viewing 1 replies (of 1 total)

The topic ‘Using shortcodes or regex’ is closed to new replies.