Title: wp-admin/options.php | Developer.WordPress.org

---

# File: wp-admin/options.php

 * hook[allowed_options](https://developer.wordpress.org/reference/hooks/allowed_options/)
 * Filters the allowed options list.
 * Used by [0 functions](https://developer.wordpress.org/reference/hooks/allowed_options/#used-by)
   | Uses [0 functions](https://developer.wordpress.org/reference/hooks/allowed_options/#uses)
   | Source: [wp-admin/options.php:238](https://github.com/WordPress/wordpress-develop/blob/7.1/src/wp-admin/options.php#L238-L238)
 * hook[option_page_capability_{$option_page}](https://developer.wordpress.org/reference/hooks/option_page_capability_option_page/)
 * Filters the capability required when using the Settings API.
 * Used by [0 functions](https://developer.wordpress.org/reference/hooks/option_page_capability_option_page/#used-by)
   | Uses [0 functions](https://developer.wordpress.org/reference/hooks/option_page_capability_option_page/#uses)
   | Source: [wp-admin/options.php:47](https://github.com/WordPress/wordpress-develop/blob/7.1/src/wp-admin/options.php#L47-L47)
 * hook[enable_post_by_email_configuration](https://developer.wordpress.org/reference/hooks/enable_post_by_email_configuration/)
 * Filters whether the post-by-email functionality is enabled.
 * Used by [0 functions](https://developer.wordpress.org/reference/hooks/enable_post_by_email_configuration/#used-by)
   | Uses [0 functions](https://developer.wordpress.org/reference/hooks/enable_post_by_email_configuration/#uses)
   | Source: [wp-admin/options.php:169](https://github.com/WordPress/wordpress-develop/blob/7.1/src/wp-admin/options.php#L169-L169)
 * hook[whitelist_options](https://developer.wordpress.org/reference/hooks/whitelist_options/)
 * Filters the allowed options list.
 * Used by [0 functions](https://developer.wordpress.org/reference/hooks/whitelist_options/#used-by)
   | Uses [0 functions](https://developer.wordpress.org/reference/hooks/whitelist_options/#uses)
   | Source: [wp-admin/options.php:223](https://github.com/WordPress/wordpress-develop/blob/7.1/src/wp-admin/options.php#L223-L229)