SUGGESTION: Add support for images in text widget
-
You may want to add this filter to make this plugin more useful:
add_filter( ‘widget_text’, array( __CLASS__, ‘add_image_placeholders’ ), 11 );
That would take care of lazy loading images in text widgets.
- The topic ‘SUGGESTION: Add support for images in text widget’ is closed to new replies.