Switch language

wpseek.com
A WordPress-centric search engine for devs and theme authors




before_last_bar [ WordPress Function ]

before_last_bar ( $string )
Defined at:



No description yet.

Source


<?php
function before_last_bar$string ) {
    
$last_bar strrpos$string'|' );
    if ( 
false == $last_bar )
        return 
$string;
    else
        return 
substr$string0$last_bar );
}
?>

Examples [ wp-snippets.com ]

Top Google zoekresultaten

Meer ...

Gebruikersdiscussies [ wordpress.org ]

0 User Note(s)

Nog geen één. Wees de eerste!

Nieuw toevoegen ...



HTML5 Powered with CSS3 / Styling, Performance & Integration, and Semantics