mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2025-10-16 12:05:38 +00:00
Docs: Add a @see reference to the xmlrpc_enabled filter in wp_xmlrpc_server::set_is_enabled().
Follow-up to [28065]. See #53399. git-svn-id: https://develop.svn.wordpress.org/trunk@51590 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
1c76a1652d
commit
26302004ba
@ -186,7 +186,7 @@ class wp_xmlrpc_server extends IXR_Server {
|
||||
private function set_is_enabled() {
|
||||
/*
|
||||
* Respect old get_option() filters left for back-compat when the 'enable_xmlrpc'
|
||||
* option was deprecated in 3.5.0. Use the 'xmlrpc_enabled' hook instead.
|
||||
* option was deprecated in 3.5.0. Use the {@see 'xmlrpc_enabled'} hook instead.
|
||||
*/
|
||||
$is_enabled = apply_filters( 'pre_option_enable_xmlrpc', false );
|
||||
if ( false === $is_enabled ) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user