Launch offer
Business website $150 USD Custom plugin $200 USD Ready in 5 days
Get a quote
WordPress Plugin Development

Plugin Header Information

Declare Plugin Name, Version, Text Domain, and other required header fields.

Plugin Header Information — a practical guide to WordPress plugin header with clear examples you can reuse in real projects.

WordPress Plugin Development Series (6/95). Prefer one article? Read the complete WordPress plugin development tutorial.

Short description

WordPress reads the header comment to list your plugin. Include license, text domain, and requires versions for clarity.

Full header example

<?php
/**
 * Plugin Name: Acme Tools
 * Plugin URI: https://example.com/acme-tools
 * Description: Helpful tools for editors.
 * Version: 1.0.0
 * Requires at least: 6.0
 * Requires PHP: 7.4
 * Author: Acme
 * License: GPL-2.0-or-later
 * Text Domain: acme-tools
 * Domain Path: /languages
 */

Leave a reply

Your email address will not be published. Required fields are marked *