Passes full shortcode object as function argument

This commit is contained in:
Vlad
2018-05-07 14:46:25 -04:00
parent 1d1aa52fa8
commit ee4aefb6e3
6 changed files with 16 additions and 10 deletions

View File

@@ -9,6 +9,7 @@ require_once(ABSPATH . 'wp-includes/pluggable.php');
class Subscriber {
static function process(
$shortcode,
$action,
$action_argument,
$action_argument_value,