Remove the WordPress admin toolbar from site

Sometime client having requirement to disable admin toolbar because its disturbing site layout or maybe we want to remove this toolbar for specific custom wp roles as per client said. So there…

How to Increase Maximum Upload File Size in WordPress

At some times we are facing issue while uploading a high file size in WordPress and WordPress shows this error “exceeds the maximum upload size for this site”. So then…
Hide Payment Methods in Woocommerce Checkout Page

Remove woocommerce payment gateway programmatically

Woocommerce provides payment gateway options under woocommerce settings menu. But at sometimes we want to disable this payment gateway programmatically for debugging purpose or any other reason as per our…

Add custom widget to wordpress admin widget interface

WordPress is amazing content management system with lots of great builtin features and widget is one of those. WordPress installation comes with some default widgets. but some times websites or…

Add custom Metaboxes to wordpress admin post interface

Post Meta Box : WordPress allow us to add custom meta boxes to posts, pages and custom post types via the admin interface. Creating custom meta boxes is extremely simple,…