I am having trouble giving access to an options page to Editors. I am pretty sure I need to use the filter option_page_capability_{$page_name}
but it is not working for me. Is there a specific place to hook this? I am still getting the Cheatin', uh?
error with this:
function bf_ins_capability(){
return 'edit_posts';
}
add_filter( 'option_page_capability_brightfire-insurance-settings', 'bf_ins_capability' );