(float) $data['geoplugin_latitude'], 'long' => (float) $data['geoplugin_longitude'], 'label' => esc_html( $label ), 'credit' => wp_kses( $data['geoplugin_credit'], array( 'a' => array( 'href' ) ) ), ); } /** * @inheritDoc */ public function is_available() { return true; } }