Forums
(@hlunter)
3 months, 2 weeks ago
@d0153?
4 years, 4 months ago
Looking for this too!
4 years, 7 months ago
No, unfortunately not
5 years, 5 months ago
Thank you, everything is clear now!
6 years, 7 months ago
Adding it to the option should work too:
add_filter( ‘evr_divi_popup-js_data’, ‘my_divi_popup_options’ ); function my_divi_popup_options( $config ) {
… …
// Disable debug $config[‘debug’] = false;
return $config; }