Replace default placeholder - smartpost

PHOTO EMBED

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

Saved by @Pulak #smartpostpro

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;
}
content_copyCOPY