Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@JMWebDevelopment
Created April 20, 2018 21:51
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save JMWebDevelopment/2d13071d1960ff47700832a56f839403 to your computer and use it in GitHub Desktop.
Save JMWebDevelopment/2d13071d1960ff47700832a56f839403 to your computer and use it in GitHub Desktop.
wp_localize_script(
'sportsbench-blocks-js',
'sportsbench_globals',
[
'rest_url' => esc_url( rest_url() ),
'nonce' => wp_create_nonce( 'wp_rest' ),
'sport' => get_option( 'sports-bench-sport' )
]);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment