POMO_Reader::close() public WP 1.0
{} It's a method of the class: POMO_Reader{}
No Hooks.
Return
true
. Null. Nothing.
Usage
$POMO_Reader = new POMO_Reader(); $POMO_Reader->close();
Code of POMO_Reader::close() POMO Reader::close WP 5.7
function close() {
return true;
}