apply_filters( 'wp_sprintf_l', array $delimiters )

Filters the translated delimiters used by wp_sprintf_l().


Description Description

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.


Parameters Parameters

$delimiters

(array) An array of translated delimiters.


Top ↑

Source Source

File: wp-includes/formatting.php

View on Trac


Top ↑

Changelog Changelog

Changelog
Version Description
2.5.0 Introduced.


Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.