Author: Arul Jayaraj Related WordPress Plugins

Profile Picture

Users can set his profile picture from admin end and as well as Front End. Admin End it would come automatically based on the user role, who has upload_files capability, otherwise we need to assign capability to them. In Front End when we use <?php do_action('edit_user_profile',$current_user); .........

Delivery Countdown Timer

Display the delivery timer based on days and cut off time for woocommerce products like next day delivery and scheduled delivery to know the customer how much time is left for one day delivery. Admin end we can modify the display text and need to show the timer before Add to Cart Button in single p.........