Hi, first of all great framework.
I was struggling with the settings-link in exopite-simple-options-framework.
- If i removed it from creating page i get an error Undefined array key "settings-link"
- When i enter the settings-link link admin.php?page=plugin-name it removes the question and = equal signs.
- Then i checked the exopite-simple-options-framework-class and see that the settings-link is escaped with sanitize_file_name $settings_link = sanitize_file_name( $this->config['settings-link'] ); this was causing the error so i removed the sanitize and works.
Is it safe to remove sanitize_file_name and can you advice how to improve it.
Thanks in advance