wordfence_deleted_block
wordfence_deleted_block
Appears in: wordfence.8.0.1
Hook Type: action
Displaying hooks found in version: wordfence.8.0.1do_action('wordfence_deleted_block') is found 1 times:
- /models/block/wfBlock.php line 1704
* @param string $type The type of block. * @param string $reason The reason of the block. * @param array|null $parameters The parameters of the block if needed for disambiguation (e.g., the country block returns null because there is only one rule at most) */ do_action('wordfence_deleted_block', $type, $reason, $parameters); } } return $blocks; }