Inpsyde\MultilingualPress\Relations\Post\RelationshipController::handle_disconnect_post PHP 메소드

handle_disconnect_post() 공개 메소드

Disconnects the current post and the one given in the request.
부터: 3.0.0
public handle_disconnect_post ( ) : void
리턴 void
    public function handle_disconnect_post()
    {
        $this->disconnect_post();
        wp_send_json_success();
    }