diff options
author | Harald Eilertsen <haraldei@anduin.net> | 2021-02-05 19:53:29 +0100 |
---|---|---|
committer | Harald Eilertsen <haraldei@anduin.net> | 2021-02-05 19:53:29 +0100 |
commit | fcf0e1656bfd0aa3cfd37fc7ce1ae2feb4aae069 (patch) | |
tree | 69ebdf985544516fa5b412c30e193199fe7c6cb3 /includes/public/shortcodes | |
parent | 095d5a4b2f019d976217d87a87e7fbd69ced430b (diff) | |
download | gigologadmin-fcf0e1656bfd0aa3cfd37fc7ce1ae2feb4aae069.tar.gz gigologadmin-fcf0e1656bfd0aa3cfd37fc7ce1ae2feb4aae069.tar.bz2 gigologadmin-fcf0e1656bfd0aa3cfd37fc7ce1ae2feb4aae069.zip |
Remove unused variables
Diffstat (limited to 'includes/public/shortcodes')
-rw-r--r-- | includes/public/shortcodes/giglog_photographers.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/includes/public/shortcodes/giglog_photographers.php b/includes/public/shortcodes/giglog_photographers.php index d6f42d4..3fadace 100644 --- a/includes/public/shortcodes/giglog_photographers.php +++ b/includes/public/shortcodes/giglog_photographers.php @@ -207,8 +207,6 @@ function giglogadmin_getfiltersphotog() { function giglogadmin_getconcertsphotog ( ) { - $C_Option = $_POST['selectcity']; - $V_Option = $_POST['selectvenue']; $hf_user = wp_get_current_user(); $hf_username = $hf_user->user_login; $roles = ( array ) $hf_user->roles; |