Skip to main content
View Categories

homerunner_property_update_postdata

add_filter('homerunner_property_update_postdata', function($postdata, $central_id, $post_id){
	unset($postdata['post_excerpt']);
	return $postdata;
}, 10, 3);