• Resolved disgracesonthemenu

    (@disgracesonthemenu)


    Hello,

    The images used in ZipList recipes are detected as unused. I know ZipList is an old plugin which hasn’t been updated in a long time, but it still works for me and I know I have lots of unused images there. Would Media Cleaner Pro detect whether images are used in ZipList recipes? Please see the provided post as an example.

    Thank you!
    Paolo

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Jordy Meow

    (@tigroumeow)

    Hi,

    If I get at least 5 users of Media Cleaner using ZipList, I can think of spending a few hours or one day on it, otherwise, it might be a bit too much work at this time for me. If you know how to code you could also try to add support for it too.

    You can vote for that feature here: https://trello.com/c/hSaXvWtx/52-support-for-ziplist-receipe

    Thread Starter disgracesonthemenu

    (@disgracesonthemenu)

    Hi Jordy,

    I took a look. I’m certain this is not done in the right place but the code below does the trick (api.php, 107).

    if ( $check_posts ) {
    // Get HTML for this post
    $html = get_post_field( ‘post_content’, $post );

    // append the rendered version of the recipe — PAOLO
    if (function_exists(amd_zlrecipe_convert_to_recipe )) {
    $html .= amd_zlrecipe_convert_to_recipe($html);
    }

    do_action( ‘wpmc_scan_post’, $html, $post );
    }

    I am not sure how much work it would be to support this properly.

    Thanks,
    Paolo

    Plugin Author Jordy Meow

    (@tigroumeow)

    Hi,

    Sorry for the late reply, I had a coffee-spill issue and my computer decided to take a break from me ?? It will be back soon. Meanwhile, it’s a bit difficult to code.

    If that works for you, I would like to integrate this code in a clean way to the plugin. Can you contact me on https://meowapps.com/contact? I will then send you a new version for testing ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Can ZipList Recipe be supported by Pro?’ is closed to new replies.