Skip to main content
View Categories

homerunner_property_update_postdata

< 1 min read

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

Leave a Reply

Your email address will not be published. Required fields are marked *