mirror of
https://github.com/inretio/WordPress-Plugin-Boilerplate
synced 2025-04-19 13:45:35 +03:00
updating references in comments and in code to the plugin class files and plugin files
related #48
This commit is contained in:
parent
cf9fdceac3
commit
5cf899c20b
2 changed files with 5 additions and 4 deletions
|
@ -93,6 +93,7 @@ class PluginName {
|
|||
* @return object A single instance of this class.
|
||||
*/
|
||||
public static function get_instance() {
|
||||
|
||||
// If the single instance hasn't been set, set it now.
|
||||
if ( null == self::$instance ) {
|
||||
self::$instance = new self;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue