Fix PHP Warning
-
For some wp-cli functions pll_the_languages() returns
''
and Polylang Connect for Elementor produce a “Warning: Invalid argument supplied for foreach() in /srv/www/…/plugins/connect-polylang-elementor/modules/widgets/polylang-language-switcher.php on line 278”;Please, wrap the foreach in an
if ( is_array( $languages ) ) { ... }
Thanks!
- The topic ‘Fix PHP Warning’ is closed to new replies.