Replies: 0
Thank you for using the plugin.
The current add_options_page argument uses the old capability.
Can you support the new capability format?
Problem line: insert-estimated-reading-time.php: L256
Before
8, __FILE__, 'iert_options_page');
After
"manage_options",__FILE__, 'iert_options_page');
Thank.