Question: In your wp-config.php file, you've added the following line of code. What does it do?
- prevents any non-admin user from directly editing theme or plugin files
- disables the theme and plugin editor in the WordPress admin
- disables the ability to edit core WordPress files from either within the WordPress admin or via direct file access
- sets read-only permissions on all files in the WordPress install
Answer: The correct answer of the above question is Option B:disables the theme and plugin editor in the WordPress admin