wp_sprintf
wp_sprintf ( $pattern, $args )
Parameters:- (string) pattern The string which formatted args are inserted.
- (mixed) args Arguments to be formatted into the $pattern string.
Links:Returns:- (string) The formatted string.
Defined at:Change Log: - Introduced in WordPress: 2.5.0
- Deprecated in WordPress: —
Description
WordPress' implementation of PHP sprintf() with filters.