Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Why does this not replace {{Title}} with jpp?
- trk_fastswap( $pagedata, 'Title', 'jpp' );
- echo $ret;
- function trk_fastswap( &$haystack = '', $needle = 'Title', $replacement = 'jpp' )
- {
- str_replace( '{{' . $needle . '}}', $replacement, $haystack );
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement