before_last_bar
before_last_bar ( $string )
Parameters:- (string) string A pipe-delimited string.
Returns:- (string) Either $string or everything before the last pipe.
Defined at: - Introduced in WordPress: 2.8.0
- Deprecated in WordPress: —
Description
Remove last item on a pipe-delimited string.Meant for removing the last item in a string, such as 'Role name|User role'. The original
string will be returned if no pipe '|' characters are found in the string.