dotfiles/emacs/.emacs.d/snippets/php-mode/wpheader.php
2016-11-24 21:41:10 +01:00

13 lines
No EOL
272 B
PHP

# -*- 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}
*/