• Bulk Convert feature has a bad jQuery selector to add its entries to the select dropdown menus.
    Please update using this :
    jQuery(‘div.actions select[name^=”action”]’).append(‘<option value=”convert_cpt-<?php echo esc_attr($post_type->name); ?>”><?php echo esc_html(sprintf(__(‘Convert to %s’, ‘simple-taxonomy’), $post_type->labels->name)); ?></option>’);

    https://www.ads-software.com/extend/plugins/simple-custom-types/

  • The topic ‘[Plugin: Simple Custom Post Types] Bulk Convert updated selector’ is closed to new replies.