Compatibility with Enhanced Media Library
-
Hello guys,
A user of my plugin Enhanced Media Library asked about compatibility with your plugin. To make it happen it needs a minor change described here.
The line 240 of your plugin’s main file should looks like this:
$args = shortcode_atts(array( 'id' => intval($post->ID), 'show_controls' => $options['show_controls'], 'columns' => 3, 'size' => 'thumbnail', 'order' => 'DESC', 'orderby' => 'menu_order ID', 'include' => '', 'exclude' => '' ), $attr, 'gallery' );
Thanks!
-Nadia
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Compatibility with Enhanced Media Library’ is closed to new replies.