PluginProbe
WP Coder – Insert & Manage Code Snippets / 3.5
WP Coder – Insert & Manage Code Snippets v3.5
4.5.1 1.1 2.3.1 2.3.2 2.4.1 2.5.1 2.5.2 2.5.3 2.5.4 2.5.5 2.5.6 3.0 3.0.1 3.0.2 3.0.3 3.0.4 3.0.5 3.1 3.1.1 3.2 3.2.1 3.3 3.4 3.5 3.5.1 All 39 releases
← All changes | includes/pages/global-php.php +1 -1 3.5.13.5 View file →
@@ -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