You are viewing an old revision of this post, from April 29, 2014 @ 14:09:14. See below for differences between this version and the current revision.

wp-config Tweaks

Setting a Default Theme for New WordPress Installations With WP_DEFAULT_THEME

define( 'WP_DEFAULT_THEME', 'default-theme-folder-name' );

Enabling the "Trash" Feature for Media Files With MEDIA_TRASH

define( 'MEDIA_TRASH', true );

Letting WordPress Skip the wp-content Directory While Updating With CORE_UPGRADE_SKIP_NEW_BUNDLED

define( 'CORE_UPGRADE_SKIP_NEW_BUNDLED', true );

Allowing Unfiltered WordPress Uploads for Administrators With ALLOW_UNFILTERED_UPLOADS

define( 'ALLOW_UNFILTERED_UPLOADS', true );

Revisions

  • April 29, 2014 @ 14:09:14 [Current Revision] by PeterLugg
  • April 29, 2014 @ 14:09:14 by PeterLugg
  • April 29, 2014 @ 14:05:16 by PeterLugg

Revision Differences

There are no differences between the April 29, 2014 @ 14:09:14 revision and the current revision. (Maybe only post meta information was changed.)

Tags:

No comments yet.

Leave a Reply