Created
June 8, 2021 14:01
-
-
Save derweili/8a8457ebd9be0c1164c1c848cccf02ac to your computer and use it in GitHub Desktop.
Add Cachify compatibility to CDN Enabler
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
remove_action( 'setup_theme', array( 'CDN_Enabler_Engine', 'start' ) ); | |
add_action( 'template_redirect', array( 'CDN_Enabler_Engine', 'start' ), 20 ); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment