acf/{$this->hook_name}/ajax_validate_values, $valid, $_POST[acf_post_type]
acf/{$this->hook_name}/ajax_validate_values, $valid, $_POST[acf_post_type]
Appears in: advanced-custom-fields.6.8.6
Hook Type: filter
Displaying hooks found in version: advanced-custom-fields.6.8.6apply_filters('acf/{$this->hook_name}/ajax_validate_values, $valid, $_POST[acf_post_type]') is found 1 times:
- /includes/post-types/class-acf-post-type.php line 382
} } } $valid = apply_filters( "acf/{$this->hook_name}/ajax_validate_values", $valid, $_POST['acf_post_type'] ); // phpcs:ignore WordPress.Security -- Raw input send to hook for validation. return $valid; } /** * Parses ACF post type settings and returns an array of post type