Forums
(@greenhalos)
7 years, 7 months ago
Here a possible solution: – add_action(‘widgets_init’, create_function(”, ‘return register_widget(“Class_leaflet_recent_marker_widget”);’)); + add_action(‘widgets_init’, function() {return register_widget(“Class_leaflet_recent_marker_widget”);});