xmlrpc_blog_options WordPress Filter Hook
XML-RPC is a feature of WordPress that allows you to post to your WordPress blog from a remote location. The XML-RPC Blog Options hook is used to set options for the XML-RPC interface.
apply_filters( 'xmlrpc_blog_options', array $blog_options ) #
Filters the XML-RPC blog options property.
Parameters
- $blog_options
(array)An array of XML-RPC blog options.
Source
Changelog
Version | Description |
---|---|
2.6.0 | Introduced. |