wpseek.com
Eine auf WordPress spezialiserte Suchmaschine für Entwickler und Theme-Autoren



xmlrpc_default_taxonomy_fields › WordPress Filter Hooks

Seit3.4.0
Veraltetn/v
apply_filters( 'xmlrpc_default_taxonomy_fields', array( 'labels', 'cap', 'object_type' )
Parameter: (2)
  • () fields An array of taxonomy fields to retrieve. By default, contains 'labels', 'cap', and 'object_type'.
    Erforderlich: Ja
  • () method The method name.
    Erforderlich: Ja
Definiert in:
Codex:

Filters the default taxonomy query fields used by the given XML-RPC method.





Quellcode

$fields = apply_filters( 'xmlrpc_default_taxonomy_fields', array( 'labels', 'cap', 'object_type' ), 'wp.getTaxonomy' );