Don't process the wysija_form shortcode to allow MP2 forms to work [MAILPOET-1067]
This commit is contained in:
@ -12,7 +12,6 @@ class Shortcodes {
|
|||||||
function init() {
|
function init() {
|
||||||
// form widget shortcode
|
// form widget shortcode
|
||||||
add_shortcode('mailpoet_form', array($this, 'formWidget'));
|
add_shortcode('mailpoet_form', array($this, 'formWidget'));
|
||||||
add_shortcode('wysija_form', array($this, 'formWidget'));
|
|
||||||
|
|
||||||
// subscribers count shortcode
|
// subscribers count shortcode
|
||||||
add_shortcode('mailpoet_subscribers_count', array(
|
add_shortcode('mailpoet_subscribers_count', array(
|
||||||
|
Reference in New Issue
Block a user