Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save thinkstylestudio/331006976c2cc30b12c5ec302aa33f1a to your computer and use it in GitHub Desktop.
Save thinkstylestudio/331006976c2cc30b12c5ec302aa33f1a to your computer and use it in GitHub Desktop.
<?php
$macro = var_export($wpTermsArray, true);
$macro = str_replace("stdClass::__set_state", "(object)", $macro);
$wpTermsArray = '$data = ' . $macro . ';';
echo $wpTermsArray;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment