- Minor adjustment to the shortcodes logic
This commit is contained in:
@@ -42,7 +42,7 @@ class Newsletter {
|
||||
break;
|
||||
|
||||
case 'total':
|
||||
return substr_count($text, 'mailpoet_alc_post');
|
||||
return substr_count($text, 'data-post-id');
|
||||
break;
|
||||
|
||||
case 'post_title':
|
||||
|
Reference in New Issue
Block a user