Skip to content

Commit 7e1ac64

Browse files
committed
Load GoDaddy compatibility code on activation
1 parent 81d9b24 commit 7e1ac64

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

wp-rocket.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -268,6 +268,7 @@ function rocket_activation()
268268
require( WP_ROCKET_FUNCTIONS_PATH . 'plugins.php' );
269269
require( WP_ROCKET_FUNCTIONS_PATH . 'i18n.php' );
270270
require( WP_ROCKET_FUNCTIONS_PATH . 'htaccess.php' );
271+
require( WP_ROCKET_3RD_PARTY_PATH . 'hosting/godaddy.php' );
271272

272273
if ( rocket_valid_key() ) {
273274
// Add All WP Rocket rules of the .htaccess file

0 commit comments

Comments
 (0)