Changed plugin slug, wtf?

Support MB Group Changed plugin slug, wtf?Resolved

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #8114
    pluginovenpluginoven
    Participant

    It seems that as of meta-box-groups version 1.2.12 the plugin slug was changed from tmeta-box-group to meta-box-group. This hads serious implications when using code like so:

    if ( is_plugin_active( 'tmeta-box-group/meta-box-group.php' ) ){
        include ('inc/config-meta-boxes.php');
    }
    

    Where in the hell was this major change announced?

    #8122
    Anh TranAnh Tran
    Keymaster

    Hi,

    We've never changed plugin slug. It's always meta-box-group. I think you or someone made a typo mistake to tmeta-box-group. There's no reason for a "t" here.

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.