# adminimize/1.7.13/js/remove_header.js

Adminimize, version 1.7.13. 7 lines.

- Page: https://pluginprobe.com/plugins/adminimize/1.7.13/code/js/remove_header.js
- Raw: https://pluginprobe.com/plugins/adminimize/1.7.13/raw/js/remove_header.js
- Modified: 2011-03-02T19:38:00+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.7.13/code/js/remove_header.js#L10-L20`.

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

```
