Skip to content

Instantly share code, notes, and snippets.

@rosshanney
Created May 23, 2013 19:13
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 rosshanney/5638657 to your computer and use it in GitHub Desktop.
Save rosshanney/5638657 to your computer and use it in GitHub Desktop.
<?php
/*
Plugin name: GCE Thickbox
*/
function gce_thickbox_enqueue() {
wp_enqueue_script( 'thickbox' );
wp_enqueue_style( 'thickbox' );
}
add_action( 'wp_enqueue_scripts', 'gce_thickbox_enqueue' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment