Skip to content

Instantly share code, notes, and snippets.

@pradeepdotco
Created November 13, 2015 21:12
Show Gist options
  • Save pradeepdotco/2d02a3ff28bc43870f68 to your computer and use it in GitHub Desktop.
Save pradeepdotco/2d02a3ff28bc43870f68 to your computer and use it in GitHub Desktop.
Associative arrays PHP WordPress
$my_array = array(
[tab]'WP' => 'somevalue',
[tab]'WP2' => 'somevalue2',
[tab]'WP3' => 'somevalue3',
[tab]'WP34' => 'somevalue3',
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment