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();
    }