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

handle_connect_new_post() 공개 메소드

Connects the current post with a new remote one.
부터: 3.0.0
public handle_connect_new_post ( ) : void
리턴 void
    public function handle_connect_new_post()
    {
        if ($this->connect_new_post()) {
            wp_send_json_success();
        }
        wp_send_json_error($this->last_error);
    }