apply_filters( 'xmlrpc_default_posttype_fields', array $fields , string $method )
Filters the default query fields used by the given XML-RPC method.
Parameters
- $fields
-
An array of post type query fields for the given method.
- $method
-
The method name.
Source
Changelog
Version | Description |
---|---|
3.4.0 | Introduced. |