Skip to content

Instantly share code, notes, and snippets.

@BenMcD0nald
Created August 22, 2020 22:07
Show Gist options
  • Save BenMcD0nald/f3288ebafe43a6be53950047e161b9cb to your computer and use it in GitHub Desktop.
Save BenMcD0nald/f3288ebafe43a6be53950047e161b9cb to your computer and use it in GitHub Desktop.
if (isset($_SESSION['query']['page'])) {
$taxs = $_SESSION['query']['tax'];
foreach ($taxs as $tax) {
${$tax['taxonomy']} = $tax['terms']; //braces
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment