Trash can in Media Library ?
// In wp-config.php define('MEDIA_TRASH', true);
Reset button in Enfold weghalen
add_action('admin_head','remove_reset_button'); function remove_reset_button() { echo '<style> .avia_footer_reset { display: none !important; } </style>'; }
Custom size images
Er zijn meerdere script en plugins voor custom size van images. Deze werkt en ook voor Enfold template. /* additional image size(s) * */ // add new size add_image_size( 'nieuwsberichtfoto', 312, 244, true ); add_image_size(…