Untitled
unknown
plain_text
a year ago
196 B
10
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