Description
Filters a fragment from the pattern passed to wp_sprintf(). If the fragment is unchanged, then sprintf() will be run on the fragment.
Occurrences
Filename | Line Number |
---|---|
wp-includes/formatting.php | 5283 |
Parameters
Type | Name | Description |
---|---|---|
string | $fragment | A fragment from the pattern. |
string | $arg | The argument. |
PHP Doc
/**
* Filters a fragment from the pattern passed to wp_sprintf().
*
* If the fragment is unchanged, then sprintf() will be run on the fragment.
*
* @since 2.5.0
*
* @param string $fragment A fragment from the pattern.
* @param string $arg The argument.
*/