// Activate WordPress Maintenance Mode
function wp_mighty_maintenance() {
if (!current_user_can('edit_themes') || !is_user_logged_in()) {
wp_die('
Error
');
}
}
add_action('get_header', 'wp_mighty_maintenance');
Warning: Cannot modify header information - headers already sent by (output started at /www/htdocs/w010105c/valeo-agentur.de/wp-content/themes/valeo/functions.php:10) in /www/htdocs/w010105c/valeo-agentur.de/wp-includes/pluggable.php on line 1186