Skip to content

Commit

Permalink
Fix conditional logic for display callbacks allowed field
Browse files Browse the repository at this point in the history
  • Loading branch information
sc0ttkclark committed Mar 26, 2024
1 parent b9f4da6 commit eee1ab4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion includes/access.php
Original file line number Diff line number Diff line change
Expand Up @@ -2017,7 +2017,7 @@ function pods_access_settings_config(): array {
'default' => 'esc_attr,esc_html',
'depends-on' => [
'dynamic_features_allow' => '1',
'display_callbacks' => 'allowed',
'display_callbacks' => 'customized',
],
'depends-on-multi' => [
'dynamic_features_enabled' => 'display',
Expand Down

0 comments on commit eee1ab4

Please sign in to comment.