Skip to content

Commit

Permalink
Merge pull request #124 from wpugph/123-autoptimize
Browse files Browse the repository at this point in the history
Autoptimize wp-config setting
  • Loading branch information
eabquina authored Apr 20, 2020
2 parents 0916cfa + cb6d45b commit be6094a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions web/wp-config.php
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,9 @@
require_once dirname( __FILE__ ) . '/wp-content/uploads/private/wp-config-redirect.php';
}

/** Changes location where Autoptimize stores optimized files */
define('AUTOPTIMIZE_CACHE_CHILD_DIR','/uploads/autoptimize/');

/* That's all, stop editing! Happy blogging. */

/** Absolute path to the WordPress directory. */
Expand Down

0 comments on commit be6094a

Please sign in to comment.