Snippets Collections
add_filter( 'pcp_no_thumb_placeholder', 'custom_pcp_placeholder_image' );

function custom_pcp_placeholder_image( $placeholder_img ) {
	// Set your custom placeholder image URL.
	$placeholder_img = 'https://yourwebsite.com/wp-content/uploads/custom-placeholder.png';
	return $placeholder_img;
}
star

Wed May 13 2026 03:38:17 GMT+0000 (Coordinated Universal Time)

#smartpostpro

Save snippets that work with our extensions

Available in the Chrome Web Store Get Firefox Add-on Get VS Code extension