Add number of subscribers to segment selection
This commit is contained in:
@ -364,7 +364,7 @@ class Menu {
|
||||
|
||||
$data = array();
|
||||
|
||||
$data['segments'] = Segment::getPublished()->findArray();
|
||||
$data['segments'] = Segment::getSegmentsWithSubscriberCount();
|
||||
$data['settings'] = Setting::getAll();
|
||||
$data['roles'] = $wp_roles->get_names();
|
||||
$data['roles']['mailpoet_all'] = __('In any WordPress role');
|
||||
|
Reference in New Issue
Block a user