mirror of
https://github.com/10h30/ultimatemember.git
synced 2026-07-11 18:56:10 +09:00
- prepare for 2.0.36 release
This commit is contained in:
@@ -1096,7 +1096,7 @@ if ( ! class_exists( 'um\core\Fields' ) ) {
|
||||
|
||||
if ( in_array( $type, array( 'select', 'multiselect' ) ) && isset( $data['custom_dropdown_options_source'] ) && ! empty( $data['custom_dropdown_options_source'] ) ) {
|
||||
|
||||
if( function_exists( $data['custom_dropdown_options_source'] ) ){
|
||||
if ( function_exists( $data['custom_dropdown_options_source'] ) ) {
|
||||
$arr_options = call_user_func( $data['custom_dropdown_options_source'], $data['parent_dropdown_relationship'] );
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user