mirror of
https://github.com/inretio/WordPress-Plugin-Boilerplate
synced 2024-12-22 20:03:53 +02:00
Update class-plugin-name-admin.php
This commit is contained in:
parent
cab0e15b08
commit
62769f4225
1 changed files with 2 additions and 2 deletions
|
@ -14,7 +14,7 @@
|
||||||
* administrative side of the WordPress site.
|
* administrative side of the WordPress site.
|
||||||
*
|
*
|
||||||
* If you're interested in introducing public-facing
|
* If you're interested in introducing public-facing
|
||||||
* functionality, then refer to `class-plugin-name-admin.php`
|
* functionality, then refer to `class-plugin-name.php`
|
||||||
*
|
*
|
||||||
* TODO: Rename this class to a proper name for your plugin.
|
* TODO: Rename this class to a proper name for your plugin.
|
||||||
*
|
*
|
||||||
|
@ -227,4 +227,4 @@ class Plugin_Name_Admin {
|
||||||
// TODO: Define your filter hook callback here
|
// TODO: Define your filter hook callback here
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue