LLMS_Certificate::format_string( string $string )
Format String
Description Description
Parameters Parameters
- $string
-
(string) (Required) [Find and replace merge fields]
Return Return
(string) [formatted string]
Source Source
File: includes/class.llms.certificate.php
function format_string( $string ) { return str_replace( $this->find, $this->replace, $string ); }
Expand full source code Collapse full source code View on GitHub
User Contributed Notes User Contributed Notes
Permalink: