llms_price_raw( int $price, array $args = array() )

Get a simple string (no html) based on the output of llms_price


Parameters Parameters

$price

(int) (Required) Price to display.

$args

(array) (Optional) Array of arguments.

Default value: array()


Top ↑

Return Return

(string)


Top ↑

Source Source

File: includes/functions/llms.functions.currency.php

function llms_price_raw( $price, $args = array() ) {
	return html_entity_decode( strip_tags( llms_price( $price, $args ) ) );
}


Top ↑

Changelog Changelog

Changelog
Version Description
3.0.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.