Make WordPress Core

Changeset 57752


Ignore:
Timestamp:
03/02/2024 01:47:56 PM (8 weeks ago)
Author:
SergeyBiryukov
Message:

Docs: Document the $xmlrpc_logging global in logIO().

Follow-up to [1348], [19935].

Props viralsampat, upadalavipul, sabernhardt.
See #60021.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/xmlrpc.php

    r56751 r57752  
    9292 * logIO() - Writes logging info to a file.
    9393 *
     94 * @since 1.2.0
    9495 * @deprecated 3.4.0 Use error_log()
    9596 * @see error_log()
    9697 *
    97  * @param string $io Whether input or output
     98 * @global int|bool $xmlrpc_logging Whether to enable XML-RPC logging.
     99 *
     100 * @param string $io  Whether input or output.
    98101 * @param string $msg Information describing logging reason.
    99102 */
Note: See TracChangeset for help on using the changeset viewer.