php based image processing class to use after uploading image file.It is based on class of codeigniter framework libaray.Some additional feature are added and change the coding style.
Type of process for image.
- resize
- crop
- cropResize (new)
- rotate
- flip
- black and white (new)
- watermark
Download From GitHub
Wordpress Meta Data Helper Class
updating and adding hook action to wordpress for meta data is handy work.Step by Step and sometime it is easy to make error. This class can help programmer to create meta element and updating meta values. There are some plugin that can help to make meta elements but some of them are needed to pay.Some come with their own design and you may don't satisfy with this. This class is not plugin and just helper class and let you do more work as you wish.
How to use this class
How to use this class
- First you will need to include metaData to load this helper class.
- Then instantiate a new object for a post type.
- After that call add_meta_boxes method by passing default meta values as parameter.
EmoticonEmoticon