legacy-dotfiles/emacs/.emacs.d/snippets/php-mode/wpheader.php

13 lines
272 B
PHP
Raw Normal View History

2014-08-21 00:23:56 +02:00
# -*- 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}
*/