Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save mohammadkhoeini/6985ed2aed42bcaf39e7c5d06712f20c to your computer and use it in GitHub Desktop.
Save mohammadkhoeini/6985ed2aed42bcaf39e7c5d06712f20c to your computer and use it in GitHub Desktop.
WP - Load Script with Variables For WordPress
wp_enqueue_script('SCRIPT_UNIQE_NAME', 'JSURL');
wp_localize_script( 'SCRIPT_UNIQE_NAME', 'VARIABLE_NAME', array(
'ObjName' => get_theme_mod( 'Name' , '#000'),
)
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment