Support

Account

Home Forums Backend Issues (wp-admin) True/false – When new true, update the rest to false Reply To: True/false – When new true, update the rest to false

  • I had a typo on my example code as i had to delete some necessary stuff.

    you should add $fields = $_POST['fields'];
    after if( isset($_POST['fields']) ){

    and before $featuredArticle = $fields[$fieldId];

    let me know