On this page
apply_filters( 'xmlrpc_blog_options', array $blog_options )
Filters the XML-RPC blog options property.
Parameters
$blog_optionsarray-
An array of XML-RPC blog options.
Source
File: wp-includes/class-wp-xmlrpc-server.php. View all references
$this->blog_options = apply_filters( 'xmlrpc_blog_options', $this->blog_options );
Related
Used By
| Used By | Description |
|---|---|
| wp_xmlrpc_server::initialise_blog_option_info() wp-includes/class-wp-xmlrpc-server.php | Set up blog options property. |
Changelog
| Version | Description |
|---|---|
| 2.6.0 | Introduced. |
© 2003–2022 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/hooks/xmlrpc_blog_options