| @@ -11,13 +11,13 @@ | ||
| 11 | 11 | |
| 12 | 12 | <?php if( empty( $extensions ) ) : ?> |
| 13 | 13 | <script> |
| 14 | 14 | window.setTimeout( function() { |
| 15 | - window.location.href = 'https://Boxzilla.com/plugins#utm_source=wp-plugin&utm_medium=boxzilla&utm_campaign=extensions-page'; | |
| 15 | + window.location.href = 'https://boxzillaplugin.com/add-ons/#utm_source=wp-plugin&utm_medium=boxzilla&utm_campaign=extensions-page'; | |
| 16 | 16 | }, 2000 ); |
| 17 | 17 | </script> |
| 18 | 18 | <p><?php _e( 'You will be redirected to the Boxzilla site in a few seconds..', 'boxzilla' ); ?></p> |
| 19 | - <p><?php printf( __( 'If not, please click here: %s.', 'boxzilla' ), '<a href="https://boxzillaplugin.com/add-ons#utm_source=wp-plugin&utm_medium=boxzilla&utm_campaign=extensions-page" target="_blank">View add-on plugins</a>' ); ?></p> | |
| 19 | + <p><?php printf( __( 'If not, please click here: %s.', 'boxzilla' ), '<a href="https://boxzillaplugin.com/add-ons/#utm_source=wp-plugin&utm_medium=boxzilla&utm_campaign=extensions-page" target="_blank">View add-on plugins</a>' ); ?></p> | |
| 20 | 20 | <?php else : ?> |
| 21 | 21 | |
| 22 | 22 | <?php foreach( $extensions as $plugin ) : ?> |
| 23 | 23 | |