Skip to content

Instantly share code, notes, and snippets.

@jonathanhudak
Created June 13, 2014 19:41
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 jonathanhudak/94f6520a4a2a2a1e3a76 to your computer and use it in GitHub Desktop.
Save jonathanhudak/94f6520a4a2a2a1e3a76 to your computer and use it in GitHub Desktop.
localize script wordpress
$THEME_DIRECTORY = array( 'path' => get_bloginfo('template_url'));
$WP_DIRECTORY = array( 'path' => home_url());
wp_localize_script( 'app', 'site', $WP_DIRECTORY );
wp_localize_script( 'app', 'theme', $THEME_DIRECTORY );
wp_localize_script( 'app', 'posts', $posts_w_meta)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment