WP Manifestindependent plugin directory
manifest / utilities / wp-header-footer-code

Header and Footer Code

Simple Plugin to add code on WordPress header and footer.

by Nil · github.com/knilkantha/wp-header-footer-code · website

3stars
1forks

Install

No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:

wp plugin install https://github.com/knilkantha/wp-header-footer-code/archive/refs/heads/master.zip

From the readme

WP Header Footer Code Simple plugin to add code on WordPress header and footer. This is a very light plugin to adds code (analytics code, meta code, etc.) in the WordPress header and footer without directly modifying the theme header and footer. This method ensures our added code in the WordPress header and footer even in WordPress theme change and updates without degrading any performance. WP Header Footer Code plugin is intended only for those who have basic knowledge of PHP. As this plugin doesn't have any graphical component, we will need to edit the plugin file to add/update the header/footer code. It can be your base for site specific plugin.

Read the full README on GitHub →