Created
January 16, 2017 20:54
-
-
Save barrykooij/6a0ce6f871f414358dfd3c572e9bce35 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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