mirror of
https://github.com/10h30/ultimatemember.git
synced 2026-07-17 05:33:36 +09:00
- fixed member directory list layout;
- fixed member directory grid layout CSS;
This commit is contained in:
@@ -1142,6 +1142,7 @@ if ( ! class_exists( 'um\core\Fields' ) ) {
|
||||
* @return array $arr_options
|
||||
*/
|
||||
function get_options_from_callback( $data, $type ) {
|
||||
$arr_options = array();
|
||||
|
||||
if ( in_array( $type, array( 'select', 'multiselect' ) ) && ! empty( $data['custom_dropdown_options_source'] ) ) {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user