Created
August 22, 2020 22:07
-
-
Save BenMcD0nald/f3288ebafe43a6be53950047e161b9cb to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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