You are viewing an old revision of this post, from April 29, 2014 @ 14:05:16. 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

April 29, 2014 @ 14:05:16Current Revision
Content
 Added: <h2>Setting a Default Theme for New WordPress Installations With WP_DEFAULT_THEME</h2>
 Added: define( 'WP_DEFAULT_THEME', 'default-theme- folder-name' );
 Added: <h2>Enabling the "Trash" Feature for Media Files With MEDIA_TRASH</h2>
Deleted: Added: define( 'MEDIA_TRASH', true );
 Added: <h2>Letting WordPress Skip the wp-content Directory While Updating With CORE_UPGRADE_ SKIP_NEW_BUNDLED</h2>
 Added: define( 'CORE_UPGRADE_ SKIP_NEW_BUNDLED', true );
 Added: <h2>Allowing Unfiltered WordPress Uploads for Administrators With ALLOW_UNFILTERED_ UPLOADS</h2>
 Added: define( 'ALLOW_UNFILTERED_UPLOADS', true );

Note: Spaces may be added to comparison text to allow better line wrapping.

Tags:

No comments yet.

Leave a Reply