Skip to content

Instantly share code, notes, and snippets.

@rehmatworks
Last active November 18, 2016 13:46
Show Gist options
  • Save rehmatworks/dc2bfcc169f50958145d4e20a4aabc8f to your computer and use it in GitHub Desktop.
Save rehmatworks/dc2bfcc169f50958145d4e20a4aabc8f to your computer and use it in GitHub Desktop.
$shortcodes = array(
'[first_name]' => '{$first_name}',
'[last_name]' => '{$last_name}',
'[user_country]' => '{$country}'
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment