This commit is contained in:
titz lapi
2023-04-15 00:13:47 +02:00
parent 7017447bc8
commit 76e31da3ae
2 changed files with 4 additions and 0 deletions

View File

@@ -142,5 +142,8 @@ if (isset ( $_GET ['h'] )) {
</body>
</html>';
}
if ($_GET ['h'] == 'wp-json') {
echo '{}';
}
}
?>