Skip to content

Instantly share code, notes, and snippets.

@mahbubme
Last active September 3, 2020 22:11
Show Gist options
  • Save mahbubme/6d9c76c887d847d27151968df86ec52c to your computer and use it in GitHub Desktop.
Save mahbubme/6d9c76c887d847d27151968df86ec52c to your computer and use it in GitHub Desktop.
Change WPUF default thumbnail image
<?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