Plugin info

Total downloads: 1,395
Active installs: 10
Total reviews: 0
Average rating: 0
Support threads opened: 0
Support threads resolved: 0 (0%)
Available in: 1 language(s)
Contributors: 1
Last updated: 5/28/2023 (948 days ago)
Added to WordPress: 10/11/2017 (8 years old)
Minimum WordPress version: 3.3.0
Tested up to WordPress version: 6.2.8
Minimum PHP version: 5.2.4

Maintenance & Compatibility

Maintenance score

Possibly abandoned • Last updated 948 days ago

20/100

Is WP Head Footer abandoned?

Possibly abandoned (last update 948 days ago).

Compatibility

Requires WordPress: 3.3.0
Tested up to: 6.2.8
Requires PHP: 5.2.4

Similar & Alternatives

Explore plugins with similar tags, and compare key metrics like downloads, ratings, updates, support, and WP/PHP compatibility.

WP Hooks
Rating 0.0/5 (0 reviews)Active installs 90
Enhanced Header / Footer Injections
Rating 3.3/5 (7 reviews)Active installs 100
WP Scripts Customizer
Rating 0.0/5 (0 reviews)Active installs 10
Footer Code
Rating 0.0/5 (0 reviews)Active installs 50

Description

WP Head Footer allows you to easily add custom code to the header and/or footer of any post,
page, or custom post type on your WordPress site without modifying theme files.
You can add JavaScript, HTML, CSS, and unleash your creativity to take your website to the next level.

Installation

To install the WP Head Footer plugin, follow these steps:

Upload the WP Head Footer plugin to the /wp-content/plugins/ directory of your WordPress site, or install it through the WordPress admin area.
Activate the plugin from the WordPress plugins screen.

Usage

To start adding your custom code at a global level or for individual posts/pages, follow these steps:

Go to the WP Head Footer settings page.
Add your custom code in the provided fields.

Notes

If the metabox is not displayed, you can manually add support by using the “add_post_type_support”
function with the key “wp-head-footer”. Here’s an example:
add_action(‘init’, ‘my_custom_post_type_support’);
function my_custom_post_type_support() {
add_post_type_support(‘your_custom_post_type’, ‘wp-head-footer’);
}

If you are using third-party plugins like ACF or CPT UI to create the post type,
you can directly add support for WP Head Footer there.
Please note that using this plugin requires “manage_options” capability. Also, exercise caution when adding custom code to your site, as the plugin does not provide input validation or filtering.

Support

If you encounter any issues or have questions, please contact our support team at:
https://wordpress.org/support/plugin/wp-head-footer

Installation

No installation instructions available

Frequently Asked Questions

No FAQ available

Review feed

No reviews available

Screenshots

Changelog

For a list of all plugin changes, please refer to the CHANGELOG.md file.