- fixed member directory list layout;

- fixed member directory grid layout CSS;
This commit is contained in:
nikitasinelnikov
2019-10-09 12:47:43 +03:00
parent fbb95ca540
commit f334942122
7 changed files with 66 additions and 1406 deletions
+1
View File
@@ -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'] ) ) {