LLMS_Achievement::format_string( string $string )
Format String
Description Description
Parameters Parameters
- $string
-
(string) (Required) [un-formatted string]
Return Return
(string) [formatted string]
Source Source
File: includes/class.llms.achievement.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: