Last active
September 3, 2020 22:11
-
-
Save mahbubme/6d9c76c887d847d27151968df86ec52c to your computer and use it in GitHub Desktop.
Change WPUF default thumbnail image
This file contains 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
<?php | |
function wpuf_default_featured_image() { | |
return "https://mahbub.me/wp-content/uploads/2017/01/i.png" | |
} | |
add_filter( "wpuf_no_image", "wpuf_default_featured_image" ); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment