(float) $data['lat'], 'long' => (float) $data['lon'], 'label' => esc_html( $label ), 'credit' => esc_html__( 'Location data provided by IP API', 'it-l10n-ithemes-security-pro' ), ); } /** * @inheritDoc */ public function is_available() { return true; } }