1
0
Fork 0
emacs-config/oni-php/snippets/php-mode/wpheader.php

13 lines
272 B
PHP
Raw Normal View History

2019-08-28 08:53:06 +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}
*/