Hi, I’m also experiencing a similar issue, although, I’m not what “change paths on my Eventbrite API page…” means exactly.
my event is live @ https://www.eventbrite.com/myevent?eid=35419697268
is this setup correctly?
`echo ‘ <a href=”/wp-admin/post.php?post=’.$meta[0].’&action=edit&image-editor”>Rename/Edit Image</a>
SOLVED. Maybe not the best approach but it works.
sorry, the example code is here –
`$i18n_delete = apply_filters( ‘rwmb_image_delete_string’, _x( ‘Delete’, ‘image upload’, ‘rwmb’ ) );
$i18n_edit = apply_filters( ‘rwmb_image_edit_string’, _x( ‘Edit’, ‘image upload’, ‘rwmb’ ) );
$li = ‘
<li id=”item_%s”>
<img src=”%s” />
<div class=”rwmb-image-bar”>
%s |
×
</div>
‘;