xmlrpc_call, wp.getTaxonomies, $args, $this

xmlrpc_call, wp.getTaxonomies, $args, $this

Appears in:
Hook Type: action

See hook in core

Displaying hooks found in version: 7.0.3

do_action('xmlrpc_call, wp.getTaxonomies, $args, $this') is found 1 times:

  • /wp-includes/class-wp-xmlrpc-server.php line 2638
    			return $this->error;
    		}
    
    		/** This action is documented in wp-includes/class-wp-xmlrpc-server.php */
    		do_action( 'xmlrpc_call', 'wp.getTaxonomies', $args, $this );
    
    		$taxonomies = get_taxonomies( $filter, 'objects' );
    
    		// Holds all the taxonomy data.
    		$struct = array();