xmlrpc_call, wp.getKeywords, $args, $this

xmlrpc_call, wp.getKeywords, $args, $this

Appears in:
Hook Type: action

See hook in core

Displaying hooks found in version: 7.0.3

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

  • /wp-includes/class-wp-xmlrpc-server.php line 3378
    			return new IXR_Error( 401, __( 'Sorry, you must be able to edit posts on this site in order to view tags.' ) );
    		}
    
    		/** This action is documented in wp-includes/class-wp-xmlrpc-server.php */
    		do_action( 'xmlrpc_call', 'wp.getKeywords', $args, $this );
    
    		$tags = array();
    
    		$all_tags = get_tags();
    		if ( $all_tags ) {
    			foreach ( (array) $all_tags as $tag ) {