1
0
Fork 0
mirror of https://github.com/inretio/WordPress-Plugin-Boilerplate synced 2024-05-24 22:22:11 +03:00
WordPress-Plugin-Boilerplate/plugin-name/trunk/includes/class-plugin-name.php

17 lines
209 B
PHP
Raw Normal View History

<?php
/**
* Short Description (no period for file headers)
*
* Long Description.
*
* @link URL
* @since x.x.x (if available)
*
* @package WordPress
* @subpackage Component
*/
class Plugin_Name {
}