Skip to content
Snippets Groups Projects

Feature/factory

Merged Krzysztof Dyszczyk requested to merge feature/factory into master
11 files
+ 328
25
Compare changes
  • Side-by-side
  • Inline

Files

+ 5
1
@@ -6,7 +6,9 @@ use WPDesk\PluginBuilder\Plugin\HookablePluginDependant;
@@ -6,7 +6,9 @@ use WPDesk\PluginBuilder\Plugin\HookablePluginDependant;
use WPDesk\PluginBuilder\Plugin\PluginAccess;
use WPDesk\PluginBuilder\Plugin\PluginAccess;
/**
/**
* Class Notice.
* Class AjaxHandler
 
*
 
* AjaxHandler for dismissible notices.
*
*
* @package WPDesk\Notice
* @package WPDesk\Notice
*/
*/
@@ -61,6 +63,8 @@ class AjaxHandler implements HookablePluginDependant
@@ -61,6 +63,8 @@ class AjaxHandler implements HookablePluginDependant
/**
/**
* Process AJAX notice dismiss.
* Process AJAX notice dismiss.
 
*
 
* Updates corresponded WordPress option and fires wpdesk_notice_dismissed_notice action with notice name.
*/
*/
public function processAjaxNoticeDismiss()
public function processAjaxNoticeDismiss()
{
{
Loading