Skip to content

Instantly share code, notes, and snippets.

@mustardBees
Created May 25, 2016 08:54
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mustardBees/aa32a7667af470e9d7e95d4caa8e4123 to your computer and use it in GitHub Desktop.
Save mustardBees/aa32a7667af470e9d7e95d4caa8e4123 to your computer and use it in GitHub Desktop.
<?php
/**
* CMB2 Field Type: Select2 asset path
*
* Filter the path to front end assets (JS/CSS).
*/
function pw_cmb2_field_select2_asset_path() {
return get_stylesheet_directory_uri() . '/metaboxes/cmb-field-select2';
}
add_filter( 'pw_cmb2_field_select2_asset_path', 'pw_cmb2_field_select2_asset_path' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment