Switch language

wpseek.com
Eine auf WordPress spezialiserte Suchmaschine für Entwickler und Theme-Autoren




logio [ WordPress Function ]

logio ( $io, $msg )
Parameter:
  • (string) $io Whether input or output
  • (string) $msg Information describing logging reason.
Definiert in:



logIO() - Writes logging info to a file.

Source


<?php
function logIO$io$msg ) {
    
_deprecated_function__FUNCTION__'3.4''error_log()' );
    if ( ! empty( 
$GLOBALS['xmlrpc_logging'] ) )
        
error_log$io ' - ' $msg );
}
?>

Beispiele [ wp-snippets.com ]

Top Google Suchergebnisse

Mehr ...

Nutzerduskussionen [ wordpress.org ]

0 Nutzerkommentare

Noch keine. Sei der Erste!

Neu hinzufügen ...



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