170* This filter can be used to add newmethods,and remove built-in methods.171*172* @since 1.5.0173*174* @param string[]$methods An array of XML-RPC methods, keyed by their methodName.175*/176$this->methods=apply_filters('xmlrpc_methods',$this->methods);177178$this->set_is_enabled();179}180181/**182* Sets wp_xmlrpc_server::$is_enabled property.
History
Introduced in 1.5.0. Unchanged from 6.7.7 through 7.1.0.