From 136b3f12c9e40669cca8508afecaf785e8fcdc7e Mon Sep 17 00:00:00 2001 From: Mat Rollings Date: Sat, 26 Oct 2024 14:23:09 +0100 Subject: [PATCH] added copy button to code panesl --- inc/pages/resty.php | 6 ------ inc/templates/footer.php | 3 +++ inc/templates/header.php | 2 ++ todo.md | 26 ++++++++++++++++++++++++++ 4 files changed, 31 insertions(+), 6 deletions(-) create mode 100644 todo.md diff --git a/inc/pages/resty.php b/inc/pages/resty.php index f5962c0..d041163 100755 --- a/inc/pages/resty.php +++ b/inc/pages/resty.php @@ -4,12 +4,6 @@ die('not like this...'); } -// TODO: Show permissions callback -// TODO: Highlight permissions __return_true -// TODO: Annotate for nonce check, current_user_can -// TODO: C&P http request -// TODO: Toggle cookie for http request -// TODO: Show link for get requests function get_namespaces() { global $wp_rest_server; diff --git a/inc/templates/footer.php b/inc/templates/footer.php index 3f0f91d..870e52a 100644 --- a/inc/templates/footer.php +++ b/inc/templates/footer.php @@ -16,5 +16,8 @@ + + + diff --git a/inc/templates/header.php b/inc/templates/header.php index 4d5ca96..157a9ff 100644 --- a/inc/templates/header.php +++ b/inc/templates/header.php @@ -23,6 +23,8 @@ + +