Switch language

wpseek.com
A WordPress-centric search engine for devs and theme authors




debug_fwrite [ WordPress Function ]

debug_fwrite ( $fp, $string )
Links:
Defined at:



Write contents to the file used for debugging.

Source


<?php
function debug_fwrite$fp$string ) {
    
_deprecated_function__FUNCTION__'error_log()' );
    if ( ! empty( 
$GLOBALS['debug'] ) )
        
error_log$string );
}
?>

Examples [ wp-snippets.com ]

Top Google zoekresultaten

Meer ...

Gebruikersdiscussies [ wordpress.org ]

0 User Note(s)

Nog geen één. Wees de eerste!

Nieuw toevoegen ...



HTML5 Powered with CSS3 / Styling, Performance & Integration, and Semantics