Skip to content

Instantly share code, notes, and snippets.

@barrykooij
Created January 16, 2017 20:54
Show Gist options
  • Save barrykooij/6a0ce6f871f414358dfd3c572e9bce35 to your computer and use it in GitHub Desktop.
Save barrykooij/6a0ce6f871f414358dfd3c572e9bce35 to your computer and use it in GitHub Desktop.
function register_thumbnail_function() {
require_once( 'path_to_you_custom_thumbnail_file.php' );
}
add_action( 'plugins_loaded', 'register_thumbnail_function', 9 );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment