LLMS_Certificate::format_string( string $string )

Format String


Description Description


Parameters Parameters

$string

(string) (Required) [Find and replace merge fields]


Top ↑

Return Return

(string) [formatted string]


Top ↑

Source Source

File: includes/class.llms.certificate.php

	function format_string( $string ) {
		return str_replace( $this->find, $this->replace, $string );
	}

Top ↑

User Contributed Notes User Contributed Notes

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





Permalink: