summaryrefslogtreecommitdiffstats
path: root/.emacs.d/snippets/php-mode/wpheader.php
blob: 2c70f93170e150651566b6e1efe20e8110cdb107 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# -*- mode: snippet; require-final-newline: nil -*-
# name: WP Plugin Header
# key: header
# --
/*
 * Plugin Name: $1
 * Plugin URI: $2
 * Description: $3
 * Version: ${4:1.0}
 * Author: ${5:Tom Willemse}
 * Author URI: ${6:https://ryuslash.org}
 * License: ${7:GPLv2}
 */