• Hello,

    I see the plugin needs to flush the cache created by cache plugins when settings are updated.
    If you want to add support for WP Rocket there is this function:

    /**
     * Remove all cache files of the domain
     *
     * @since 2.0 Delete domain cache files for all users
     * @since 1.0
     *
     * @param string $lang (default: '') The language code
     * @return void
     */
    function rocket_clean_domain( $lang = '' ) {
    	...
    }

    Cheers 🙂
    Greg

    https://ww.wp.xz.cn/plugins/really-simple-ssl/

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)

The topic ‘WP Rocket’ is closed to new replies.