wordfence_deleted_block

wordfence_deleted_block

Appears in:
Hook Type: action

See hook in core

Displaying hooks found in version: wordfence.8.0.1

do_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;
    		}