Skip to content
This repository has been archived by the owner on Dec 19, 2024. It is now read-only.

Commit

Permalink
Update wpo-ips-default-templates.php
Browse files Browse the repository at this point in the history
  • Loading branch information
alexmigf committed Nov 29, 2024
1 parent 917bf69 commit 6c3aa07
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions wpo-ips-default-templates.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,13 @@ class WPO_IPS_Default_Templates {
*/
public $version = '1.0.2';

/**
* Main instance
*
* @var WPO_IPS_Default_Templates
*/
protected static $_instance = null;

/**
* Main instance
*/
Expand Down

0 comments on commit 6c3aa07

Please sign in to comment.