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