Filters the XML-RPC blog options property.
Parameters
$blog_options
array- An array of XML-RPC blog options.
Source
$this->blog_options = apply_filters( 'xmlrpc_blog_options', $this->blog_options );
Changelog
Version | Description |
---|---|
2.6.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.