---
title: Remove SEOPress admin header
url: "https://www.seopress.org/support/hooks/remove-seopress-admin-header/"
lang: en-US
updated: 2021-09-30
required_version: 3.0
---

# Remove SEOPress admin header

- **Required version:** 3.0

```php
define('SEOPRESS_WL_ADMIN_HEADER', false);
```

Source: [https://gist.github.com/wp-seopress/388bb7c8c428e91f498e61652d6aaf12](https://gist.github.com/wp-seopress/388bb7c8c428e91f498e61652d6aaf12)


Add this define to your wp-config.php to remove SEOPress header in admin (logo, version, links to seopress.org, social networks…).
