10/16/2018 at 2:37 pm
#475185
Participant
I was able to fix it by adding this code to my functions.php child theme
$admin_role = get_role( ‘administrator’ );
$admin_role->add_cap( ‘export’, true );
This will get me going until I figure out why it’s missing in the first place.