Skip to content

Instantly share code, notes, and snippets.

@micahredding
Last active December 23, 2015 07:09
Show Gist options
  • Save micahredding/6599093 to your computer and use it in GitHub Desktop.
Save micahredding/6599093 to your computer and use it in GitHub Desktop.
A php loop
foreach($form['edit_delete'] as $index => $contents) {
if(is_numeric($index) && is_array($contents)) {
$form['edit_delete'][$index]['#value'] = 'X';
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment