xmlrpc_call, wp.getPostTypes, $args, $this

xmlrpc_call, wp.getPostTypes, $args, $this

Appears in:
Hook Type: action

See hook in core

Displaying hooks found in version: 7.0.3

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

  • /wp-includes/class-wp-xmlrpc-server.php line 4643
    			return $this->error;
    		}
    
    		/** This action is documented in wp-includes/class-wp-xmlrpc-server.php */
    		do_action( 'xmlrpc_call', 'wp.getPostTypes', $args, $this );
    
    		$post_types = get_post_types( $filter, 'objects' );
    
    		$struct = array();
    
    		foreach ( $post_types as $post_type ) {