Support

Search results for ""

Sorry, no results found. Perhaps you would like to search the documentation?
All Topics
Travis

Undefined Index notice with WP_DEBUG enabled

I’m getting the following notice when WP_DEBUG is enabled:

NOTICE: wp-content/plugins/admin-columns-pro/pro/classes/inline-edit/inc/acf-fieldoptions.php:73 – Undefined index: choices

10 years, 1 month ago
Travis

The following will remove the PHP notice:


	public function catch_field_options( $field ) {
		if ( isset( $field['choices'] ) ) {
			$this->field_options = $field['choices'];
		}
	}
10 years, 1 month ago
Jesper

Thanks for reporting this issue Travis! We’ve fixed the problem and will release a new version of the ACF add-on soon!

10 years, 1 month ago

You must be logged in to reply to this topic.