Untitled

 avatar
unknown
plain_text
9 months ago
196 B
7
Indexable
add_filter('marketking_allowed_file_types_text', function($text){
	return 'pdf';
}, 10, 1);
add_filter('marketking_allowed_file_types', function($val){
	return array("application/pdf");
}, 10, 1);
Editor is loading...
Leave a Comment