Browse: Home / Functions /

learndash_get_price_as_float

learndash_get_price_as_float( string $price )

Gets the price as float value.


Description #


Parameters #

$price

(string) (Required) The price to convert.


Return #

(float) Returns price as float value.


Source #

File: includes/payments/ld-payments-functions.php


Changelog #

Changelog
Version Description
4.1.1 Introduced.