We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 81d9b24 commit 7e1ac64Copy full SHA for 7e1ac64
wp-rocket.php
@@ -268,6 +268,7 @@ function rocket_activation()
268
require( WP_ROCKET_FUNCTIONS_PATH . 'plugins.php' );
269
require( WP_ROCKET_FUNCTIONS_PATH . 'i18n.php' );
270
require( WP_ROCKET_FUNCTIONS_PATH . 'htaccess.php' );
271
+ require( WP_ROCKET_3RD_PARTY_PATH . 'hosting/godaddy.php' );
272
273
if ( rocket_valid_key() ) {
274
// Add All WP Rocket rules of the .htaccess file
0 commit comments