Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/knilkantha/wp-header-footer-code
Simple Plugin to add code on WordPress header and footer.
https://github.com/knilkantha/wp-header-footer-code
wordpress wordpress-development wordpress-plugin wordpress-site wordpress-theme wp wp-plugin
Last synced: 18 days ago
JSON representation
Simple Plugin to add code on WordPress header and footer.
- Host: GitHub
- URL: https://github.com/knilkantha/wp-header-footer-code
- Owner: knilkantha
- Created: 2020-08-25T06:45:31.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2020-09-04T06:37:43.000Z (about 4 years ago)
- Last Synced: 2024-10-17T08:35:40.488Z (about 1 month ago)
- Topics: wordpress, wordpress-development, wordpress-plugin, wordpress-site, wordpress-theme, wp, wp-plugin
- Language: PHP
- Homepage:
- Size: 7.81 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
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.