Skip to content

Instantly share code, notes, and snippets.

@srikat
Last active December 28, 2015 15:19
Show Gist options
  • Save srikat/7521346 to your computer and use it in GitHub Desktop.
Save srikat/7521346 to your computer and use it in GitHub Desktop.
wp_enqueue_script( 'minimum-backstretch', get_bloginfo( 'stylesheet_directory' ) . '/js/backstretch.js', array( 'jquery' ), '1.0.0' );
wp_enqueue_script( 'minimum-backstretch-set', get_bloginfo('stylesheet_directory').'/js/backstretch-set.js' , array( 'jquery', 'minimum-backstretch' ), '1.0.0' );
wp_localize_script( 'minimum-backstretch-set', 'BackStretchImg', array( 'src' => get_background_image() ) );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment