Wordpress plugins
Comments with files

Comments with files

Version : 1.0.0
Tested up to : 4.8.2
Number of download : 48
Average rating : 0 / 5 on 0 votes 0 votes, 0 avg.rating

Screenshots

Comments with files
Comments with files
Comments with files
Comments with files

FEATURES – Add attachments(multipe) in comments – Checking attachments before uploads – View attached attachment The default file types allowed : – doc, xls, ppt – xlsx, docx, pptx – odt, ods – pdf, – gif, jpeg, png The plugin uses the hook “filter_get_file_mime_types” : It allows to manage the types of files allowed. Example : add_filter( 'filter_get_file_mime_types' , 'filter_get_file_mime_types_custom' ); function filter_get_file_mime_types_custom( $types ) { $types[] = 'text/plain'; return $types; }

Download now