/ Published in: PHP
Expand |
Embed | Plain Text
// name: evGetPermalink // version: v0.1 // description: generates a slug or permalink of a given string function evGetPermalink( $text ) { return $permalink; }
You need to login to post a comment.
