Alternative Echo
Ever wondered how WordPress uses an echo shorthand without having to write out the word echo. Then wonder no further, it can be accomplished with just a few lines of code:
// An alternative function of using the echo command. function _e($translate) { echo $translate; } |


New post: Alternative Echo http://t.co/Ub3g8sXg
Alternative Echo http://t.co/D2w8DwhW #phptips