Files
Filename | Hook Type | Line Number | PHP Doc |
---|---|---|---|
wp-includes/formatting.php | apply_filters | 5167 | /** * 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. */ |
Hook Parameters
Parameter Type | Name | Description |
---|---|---|
string | $fragment | A fragment from the pattern. |
string | $arg | The argument. |