scottsweb / wp-instagram-widget

❌ A WordPress widget for showing your latest Instagram photos.
115 stars 62 forks source link

Output HTML prior to the images loop #125

Closed TELUS-Alexander closed 4 years ago

TELUS-Alexander commented 4 years ago

It would be neat to have an action hook to output HTML before the media loop,

before this:

<<< here >>>
    ?><ul class="<?php echo esc_attr( $ulclass ); ?>"><?php
    foreach( $media_array as $item ) {

The issue with do_action( 'wpiw_before_widget', $instance ); is that you don't know the username yet or have access to the media array.

scottsweb commented 4 years ago

This project is being archived (background in #118). Instagram filed a trademark complaint which saw the plugin removed from WordPress.org and then proceeded to block it from accesing instagram.com. All issues are being closed and it will soon be in a read only state.