WordPress plugin file header Updated on August 16, 2021 by InMotion Hosting Contributor 0 Minutes, 53 Seconds to Read When creating a WordPress plugin, you use the File Header to store info about your plugin such as the plugin name and description. These file headers are necessary for WordPress to understand that the PHP script you create is a plugin it can use. Required File Headers for plugins For WordPress to understand your plugin, you need to add at least the highlighted File Headers below: <?php /* Plugin name: WordPress Extra Post Info Plugin URI: https://example.com/wordpress-extra-post-info Description: A simple plugin to add extra info to posts. Author: Jacob Nicholson Author URI: https://InMotionHosting.com Version: 0.5 */ ?> You can reference the WordPress codex for File Header for a full list of all the available File Headers that WordPress understands. Viewing File Headers from WordPress admin dashboard To view the WordPress File Headers, log in to WordPress, then click on Plugins from the left-hand menu. Note that in order to see your plugin File Header infomation show up, you first need to make sure that you create a WordPress plugin script for WordPress to read. Share this Article InMotion Hosting Contributor Content Writer InMotion Hosting contributors are highly knowledgeable individuals who create relevant content on new trends and troubleshooting techniques to help you achieve your online goals! More Articles by InMotion Hosting Related Articles How to Create an Admin Account in WordPress via MySQL Create a Footer for WordPress How to Create a Gallery in WordPress without a Plugin How to Disable the WP-Cron (wp-cron.php) in WordPress How to Change Your Site URL in Your WordPress Admin Dashboard W3 Total Cache – Guide to WordPress Caching WordPress – Changing the Site URL and Home Settings How to Globally Change the Font in WordPress How to Install WordPress using Softaculous Cleaning Up Old Post Metadata in WordPress