Support

Account

Home Forums General Issues Front end field checkbox with: Mark as Read Reply To: Front end field checkbox with: Mark as Read

  • What do you think about it?

    $args = array(
    'post_id' => 'user_'.$current_user->ID,
    'field_groups' => array( 1152 ),
    //'fields' => array('test_semplice_'. $author_id2 ,'gruppo_test_'. $author_id2, 'field_5e93382ad5331', 'field_5e933c0c66134'),
    'updated_message' => 'Stato attività aggiornato',
    );
    acf_form( $args );