| @@ -4,9 +4,9 @@ | ||
| 4 | 4 | use WPCoder\Dashboard\SaveGlobal; |
| 5 | 5 | |
| 6 | 6 | defined( 'ABSPATH' ) || exit; |
| 7 | 7 | |
| 8 | -if ( ! current_user_can( 'manage_options' ) ) { | |
| 8 | +if ( ! current_user_can( 'unfiltered_html' ) ) { | |
| 9 | 9 | wp_die( __( 'You do not have sufficient permissions to access this page.', 'wpcoder' ) ); |
| 10 | 10 | } |
| 11 | 11 | |
| 12 | 12 | |