Skip to content
Snippets Groups Projects
Commit 9f12d954 authored by Matthias Konitzny's avatar Matthias Konitzny :fire:
Browse files

The default space now also contains objectGroups

parent d181c483
No related branches found
No related tags found
No related merge requests found
<?php
require_once(__DIR__ . "/ks-datasets-database.php");
$EMPTY_SPACE = '{"links":[],"nodes":[]}';
$EMPTY_SPACE = '{"links":[],"nodes":[],"objectGroups":[]}';
add_action("wp_ajax_get_space", "ks_get_space"); // Fires only for logged-in-users
add_action("wp_ajax_nopriv_get_space", 'ks_get_space' ); // Fires for everyone
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment