Filters the XML-RPC blog options property.
Parameters
$blog_optionsarray- 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. |
Filters the XML-RPC blog options property.
$blog_optionsarray$this->blog_options = apply_filters( 'xmlrpc_blog_options', $this->blog_options );
| Version | Description |
|---|---|
| 2.6.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.