May 31, 2013

WordPress Plugin – WP Simple Galleries – Images Helper Function

WordPress Plugin – WP Simple Galleries – Images Helper Function I have written this function for myself to use in a module. I was not require any shortcode so my requirement was like this. Have a look, might it will work for you as well. if(!function_exists(‘wp_simple_gallery_images’)){ function wp_simple_gallery_images($post_id) { $images = array(); $post_meta = get_post_meta($post_id, […]

May 29, 2013

WordPress Plugin – WordPress Mechanic

WordPress Mechanic

May 24, 2013

WordPress Plugin Editflow: User groups not selected on edit user page

WordPress Plugin Editflow 0.7.6: User groups not selected on edit user page User ids array was being empty on wp-admin/network/users.php. I created a user group through editflow -> user groups, selected users and updated. It was working fine but when i tried to edit a specific user, checkbox(es) were not checked. It was working fine […]