Skip to content

Commit

Permalink
Cap byline update (#3)
Browse files Browse the repository at this point in the history
* Adding acf save hook to print debug info. - MJG

* Removing function from cap-byline plugin.  Will be moved to the theme. - MJG

* Adding a wrapper class to the Person Is Inactive checkbox. - MJG
  • Loading branch information
MattGrantAmProg committed Sep 6, 2019
1 parent e203b54 commit e22e69c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions cap-byline.php
Original file line number Diff line number Diff line change
Expand Up @@ -259,6 +259,11 @@ function cap_byline_activate() {
'name' => 'person_is_inactive',
'type' => 'true_false',
'instructions' => __('Checking this field if this person no longer works at CAP. It will prevent this person from being displayed anywhere on the front end.', 'cap-byline'),
'wrapper': {
'width': '',
'class': 'person_is_inactive',
'id': ''
},
'message' => '',
'default_value' => 0,
),
Expand Down

0 comments on commit e22e69c

Please sign in to comment.