xmlrpc_call, wp.newPost, $args, $this

xmlrpc_call, wp.newPost, $args, $this

Appears in:
Hook Type: action

See hook in core

Displaying hooks found in version: 7.0.3

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

  • /wp-includes/class-wp-xmlrpc-server.php line 1363
    			}
    		}
    
    		/** This action is documented in wp-includes/class-wp-xmlrpc-server.php */
    		do_action( 'xmlrpc_call', 'wp.newPost', $args, $this );
    
    		unset( $content_struct['ID'] );
    
    		return $this->_insert_post( $user, $content_struct );
    	}