Add in5 Embed'; } add_action( 'media_buttons', 'in5_add_media_button', 10 ); // Display max upload size function in5_max_upload() { $maxPostSize = ini_get( 'post_max_size' ); $maxUploadSize = ini_get( 'upload_max_filesize' ); $maxSize = ( $maxPostSize > $maxUploadSize ) ? $maxUploadSize : $maxPostSize; return str_replace( 'M', ' MB', $maxSize ); } // Add our popup to Wordpress post editor function in5_add_popup() { ?>

in5 Embed Library

Archive details

Display Button Options

Other Options

Drop files anywhere to upload

or Select an archive

Maximum upload file size: .

How to increase this limit.

Uploading...