Hello, please add to the filter "mb_settings_pages_data" the option_name
Path: mb-setings-page/inc/settings-page.php
Row: 220
$data = apply_filters( 'mb_settings_pages_data', $data, $this->args['option_name']);
Because, when i use this filter more often, i can query with an if statement the option name.
Thank you