Skip to content
Snippets Groups Projects
Commit 819a8801 authored by Grzegorz Rola's avatar Grzegorz Rola
Browse files

Główny plik wtyczki - przekazanie do konstruktora głównej klasy wtyczki

parent 85c3febf
No related branches found
No related tags found
1 merge request!9Merge of devel-plugin-version to devel
...@@ -6,6 +6,8 @@ require_once( 'plugin-template-plugin.php' ); ...@@ -6,6 +6,8 @@ require_once( 'plugin-template-plugin.php' );
final class WPDesk_Plugin_Template_Factory implements WPDesk_Plugin_Factory_1_10 { final class WPDesk_Plugin_Template_Factory implements WPDesk_Plugin_Factory_1_10 {
const PHP_EXTENSION = '.php';
/** @var WPDesk_Plugin_Template_Plugin */ /** @var WPDesk_Plugin_Template_Plugin */
private static $instance = null; private static $instance = null;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment