This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Main column (left): | |
$wp_meta_boxes['dashboard']['normal']['high']['dashboard_browser_nag'] | |
$wp_meta_boxes['dashboard']['normal']['core']['dashboard_right_now'] | |
$wp_meta_boxes['dashboard']['normal']['core']['dashboard_activity'] | |
// Side Column (right): | |
$wp_meta_boxes['dashboard']['side']['core']['dashboard_quick_press'] | |
$wp_meta_boxes['dashboard']['side']['core']['dashboard_primary'] | |
// Then just use remove_meta_box( ) to remove these boxes |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<IfModule mod_deflate.c> | |
# Compress HTML, CSS, JavaScript, Text, XML and fonts | |
AddOutputFilterByType DEFLATE application/javascript | |
AddOutputFilterByType DEFLATE application/rss+xml | |
AddOutputFilterByType DEFLATE application/vnd.ms-fontobject | |
AddOutputFilterByType DEFLATE application/x-font | |
AddOutputFilterByType DEFLATE application/x-font-opentype | |
AddOutputFilterByType DEFLATE application/x-font-otf | |
AddOutputFilterByType DEFLATE application/x-font-truetype | |
AddOutputFilterByType DEFLATE application/x-font-ttf |