I’ve replaced the file /wp-content/plugins/media-library-assistant/includes/class-mla-polylang-support.php, line 108 by :
add_filter( ‘mla_setting_table_submenu_arguments’, ‘MLA_Polylang::mla_list_table_submenu_arguments’, 10, 2 );
and the error disappears
Thread Starter
nlahm
(@nlahm)
The first sound begins with the line 199 in the file src/public/js/videopack.js because there is “autoplay” in popupcode.
The problem disappears if, in the file src/public/videopack-public.php, line 705, I replace :
‘autoplay’ => ‘true’,
by
‘autoplay’ => ‘false’,
But, now, I must click on Play in the lightbox.
(Sorry if my explanations are not clear, but I am french and I don’t speak english very well…)