• Hello, just to point out you have a few warnings of unset indexes:

    Notice: Undefined index: show in xxx/wp-content/plugins/advanced-cf7-db/admin/class-advanced-cf7-db-admin.php on line 693
    
    Notice: Undefined index: label in xxx/wp-content/plugins/advanced-cf7-db/admin/class-advanced-cf7-db-admin.php on line 690

    This shows when debugging is on and the labels are customized in the Dashboard.

    Also, please add support for calls within a class of functions such as:

    add_action('cfdb7_before_save_data', array($this, 'cfdb7_modify_data'));

    I am using the most recent plugin and WordPress versions.

    Thank you,

    Noah

    • This topic was modified 5 years, 9 months ago by Noah Hearle. Reason: Clarification

The topic ‘Undefined index warnings’ is closed to new replies.