# adminimize/1.11.10/js/remove_header.js

Adminimize, version 1.11.10. 7 lines.

- Page: https://pluginprobe.com/plugins/adminimize/1.11.10/code/js/remove_header.js
- Raw: https://pluginprobe.com/plugins/adminimize/1.11.10/raw/js/remove_header.js
- Modified: 2023-12-01T09:01:10+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/adminimize/1.11.10/code/js/remove_header.js#L10-L20`.

```javascript
/**
 * remove header
 */
jQuery(document).ready(function() {
	jQuery('#wphead').remove();
});

```
