Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter Jimberly

    (@jimberly)

    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>

    ‘;

    Thread Starter Jimberly

    (@jimberly)

    `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.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Add edit link to image’ is closed to new replies.