Skip to content

Instantly share code, notes, and snippets.

@khleomix
Created January 4, 2022 16:20
Show Gist options
  • Save khleomix/5aa2d8d6aa2230dd32d83bf2b7b65001 to your computer and use it in GitHub Desktop.
Save khleomix/5aa2d8d6aa2230dd32d83bf2b7b65001 to your computer and use it in GitHub Desktop.
var_export
$header_graphic = get_field( 'header_graphic' );
highlight_string("<?php\n\$header_graphic =\n" . var_export($header_graphic, true) . ";\n?>");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment