Skip to content

Instantly share code, notes, and snippets.

@kjtolsma
Last active June 28, 2016 18:57
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 kjtolsma/234d19f8d95e6bd439d1b2194872559d to your computer and use it in GitHub Desktop.
Save kjtolsma/234d19f8d95e6bd439d1b2194872559d to your computer and use it in GitHub Desktop.
wp_localize_script(
'theme-posts',
'themePostData',
array(
'postsEndpointURL' => get_site_url() . '/wp-json/wp/v2/post',
)
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment