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

@@ -78,6 +78,7 @@ class Shortcodes {
$custom_shortcode;
}
return $shortcode_class::process(
$shortcode,
$shortcode_action,
$shortcode_argument,
$shortcode_argument_value,