• Resolved brunobarros

    (@brunobarros)


    Using the filter “rc_metabox_fields” Is not possible to set the default role value.
    I fixed the bug adding this piece of code on “includes/metabox.php” after line 78:

    `
    if(!$meta && isset($field[‘std’])){
    $meta = $field[‘std’];
    }
    `

  • The topic ‘Bugfix: metabox’ is closed to new replies.