Skip to content

Instantly share code, notes, and snippets.

@scofennell
Created October 2, 2018 19:38
Show Gist options
  • Save scofennell/72911b4e5367042c640bb98c524de057 to your computer and use it in GitHub Desktop.
Save scofennell/72911b4e5367042c640bb98c524de057 to your computer and use it in GitHub Desktop.
<?php
$out = array(
'' => esc_html__( 'Please choose a state.', 'boilerplate' ),
'AL' => esc_html__( 'Alabama', 'boilerplate' ),
'AK' => esc_html__( 'Alaska', 'boilerplate' ),
'AS' => esc_html__( 'American Samoa', 'boilerplate' ),
'AZ' => esc_html__( 'Arizona', 'boilerplate' ),
'AR' => esc_html__( 'Arkansas', 'boilerplate' ),
[...]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment