Untitled
unknown
plain_text
10 days ago
196 B
3
Indexable
Never
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);
Leave a Comment