Question: In your wp-config.php file, you've added the following line of code. What does it do?

  1. prevents any non-admin user from directly editing theme or plugin files
  2. disables the theme and plugin editor in the WordPress admin
  3. disables the ability to edit core WordPress files from either within the WordPress admin or via direct file access
  4. 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