WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about file_mod_allowed

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-includes/load.php apply_filters 1628 /**
* Filters whether file modifications are allowed.
*
* @since 4.8.0
*
* @param bool $file_mod_allowed Whether file modifications are allowed.
* @param string $context The usage context.
*/

Hook Parameters

Parameter Type Name Description
bool $file_mod_allowed Whether file modifications are allowed.
string $context The usage context.