Created
October 9, 2017 17:18
-
-
Save devuri/5148381671ab1a0166b3500dc07f0fd0 to your computer and use it in GitHub Desktop.
Author Credit
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?php | |
| /* | |
| * EASY CUSTOM FIELDS | |
| * Input field | |
| * EXAMPLE | |
| * echo '<pre>'. ecf_input('email', 'Enter Your Email', 'InputName'); | |
| * echo ecf_input(); // defaults | |
| * PARAMETERS | |
| * @param string type | |
| * @param string label | |
| * @param string name | |
| * @param string val | |
| * @param string input_class | |
| * @param string input_id | |
| * @param string divclass | |
| * @param string label_class | |
| * @author Uriel Wilson Jr <urielwilsonjr at gmail dot com> | |
| * @license LGPL version 2 or greater <http://www.gnu.org/licenses/lgpl.html> | |
| ********************************************************/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment