$widget) { if ('pro' == $widget['widget_type']) { $ar = [ 'categories' => ['ultimate-post-kit-pro-tweeks'], 'name' => $widget['name'], 'title' => $widget['label'], 'icon' => 'upk-icon-' . $widget['name'] . ' bdt-pro-unlock-icon', 'action_button' => [ 'classes' => ['elementor-button', 'elementor-button-success'], 'text' => esc_html__('See it in Action', 'ultimate-post-kit'), 'url' => esc_url($widget['demo_url']) ] ]; array_push($arr, $ar); } } return $arr; } ); return $arr_obj; } }