#
Security
Some security hardening features are available for you to use.
#
Usage
The security hardening features will load automatically with sensible defaults, but there's a number of filters you can use to configure.
#
Filters
Filters should be added at the earliest possible point, so avoid adding via a hook (ie don't add to init
you might be too late). WordPress includes helpful return true/false methods to make it super easy to configure.
add_filter( 'example_filter', '__return_true' );
add_filter( 'example_filter', '__return_false' );