You appear to be a bot. Output may be restricted
Description
Returns 0.
Useful for returning 0 to filters easily.
Usage
$int = __return_zero();
Parameters
Returns
int
Source
File name: wordpress/wp-includes/functions.php
Lines: 1 to 3 of 3
function __return_zero() { return 0; }