Skip to content

Instantly share code, notes, and snippets.

@kcliu
Last active August 29, 2015 13:56
Show Gist options
  • Save kcliu/8902292 to your computer and use it in GitHub Desktop.
Save kcliu/8902292 to your computer and use it in GitHub Desktop.
wtfood
<?php
// FIXME: should be replace with cdn URL
wp_enqueue_script('wtfoodjs','cdn://wtfood.js');
$data = array('current_post_id' => __($thb_page_id);
wp_localize_script('wtfoodjs', 'php_data', $data);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment