W3cubDocs

/WordPress

debug_fclose( mixed $fp )

Close the debugging file handle.

Description

See also

Parameters

$fpmixedrequired
Unused.

Source

function debug_fclose( $fp ) {
	_deprecated_function( __FUNCTION__, '3.4.0', 'error_log()' );
}

Changelog

Version Description
3.4.0 Use error_log()
0.71 Introduced.

© 2003–2024 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/functions/debug_fclose