Changeset 4815
- Timestamp:
- 01/27/2017 11:19:23 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordcamp.org/public_html/wp-content/mu-plugins/wcorg-plan-redirects.php
r4004 r4815 4 4 return; 5 5 6 // Redirects for plan.wordcamp.org only.7 if ( $_SERVER['HTTP_HOST'] != 'plan.wordcamp.org' )6 // Redirects for plan.wordcamp.org front-end only. 7 if ( $_SERVER['HTTP_HOST'] != 'plan.wordcamp.org' || is_admin() ) { 8 8 return; 9 } 9 10 10 11 add_action( 'init', function() {
Note: See TracChangeset
for help on using the changeset viewer.