Filter hook 'wp_sprintf_l'

in WP Core File wp-includes/formatting.php at line 5335

Description

Filters the translated delimiters used by wp_sprintf_l(). Placeholders (%s) are included to assist translators and then removed before the array of strings reaches the filter. Please note: Ampersands and entities should be avoided here.

Occurrences

Filename Line Number
wp-includes/formatting.php 5335

Parameters

Type Name Description
array $delimiters An array of translated delimiters.

PHP Doc

/**
	 * Filters the translated delimiters used by wp_sprintf_l().
	 * Placeholders (%s) are included to assist translators and then
	 * removed before the array of strings reaches the filter.
	 *
	 * Please note: Ampersands and entities should be avoided here.
	 *
	 * @since 2.5.0
	 *
	 * @param array $delimiters An array of translated delimiters.
	 */