Undefined variable: wrapper_id
-
Hi there,
in my logs I get this error:
Undefined variable: wrapper_id
in /wp-content/plugins/advanced-responsive-video-embedder/public/functions-shortcode-filters.php (line 30)
I think it is because the variable isnt defined outside the if statement.
I think this will fix it:
function arve_sc_filter_attr( $a ) {
$align_class = empty( $a[‘align’] ) ? ” : ‘ align’ . $a[‘align’];
$wrapper_id = null;foreach ( array( ‘id’, ‘mp4’, ‘m4v’, ‘webm’, ‘ogv’, ‘url’, ‘webtorrent’ ) as $att ) {
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘Undefined variable: wrapper_id’ is closed to new replies.