Are you a Wordpress developer? If it is a yes, do you know what are the most important functions to build your own Wordpress themes? Today, I'm going to list down the top ten functions, you will never miss.
- antispambot(): It will replace the characters with the HTML entities as a way to hide email addresses from a variety of attacker.
- human_time_diff(): This function is used to publish the date of the post to be 'time ago' like for the use of every post or page.
- get_post_meta(): a
- wp_upload_bits(): a
- get_post_field(): a
- wpautop(): a
- wp_is_mobile(): a
- doing_ajax(): a
- wp_redirect(): a
- paginate_links(): a
0 comments:
Post a Comment