Skip to content

Instantly share code, notes, and snippets.

@kostasx
Created January 3, 2019 16:17
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 kostasx/19edd83f4cc259258375a8a1d1540de0 to your computer and use it in GitHub Desktop.
Save kostasx/19edd83f4cc259258375a8a1d1540de0 to your computer and use it in GitHub Desktop.
WordPress Localized Scripts: Pass PHP data to JavaScript - The JavaScript code.
// Paste this code in a file inside your child theme's folder: /js/custom.js
jQuery(function($) {
alert( php_data.message );
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment