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