Skip to content
Snippets Groups Projects

feature(core): plugin template changes

Merged Krzysztof Dyszczyk requested to merge feature/upgrade-template into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -45,7 +45,7 @@ $plugin_version = '1.0.0';
$plugin_name = 'WP Desk Plugin Template';
$plugin_class_name = Plugin::class;
$plugin_text_domain = 'plugin-template';
$product_id = 'plugin-template';
$product_id = 'WP Desk Plugin Template';
$plugin_file = __FILE__;
$plugin_dir = __DIR__;
Loading