Css
mPdf Php library to get your html/css exported to PDF with ease

mPDF PHP Library To Convert HTML/CSS To PDF

The Problem While working on several client & internal projects we often landed up in a scenario where we need to implement functionality to export HTML/CSS as PDF or send the PDF as an email exporting simple HTML table to complex layout like invoices & reports. So we needed something simple & flexible to fit in these types of generic requirements. The Challenge Data can be dynamic & would be generated at client end which left us with less control at the server end. So technically whatever HTML will be generated on client end needs to be sent to the server…

WordPress yoast seo Hide settings on user profile page

WordPress Yoast SEO Hide Settings On User Profile Page

Task: Recently we had a client requirement where in we needed to hide the wordpress yoast seo setting on profile screen. If you would like to hide the worpdress yoast seo setting on user profile. This can be be done in 3 different ways either using inline style sheet, enqueuing custom css file for admin or using plugin. Adding custom css file would be best as it would help you keep everything organized & also let you add more in future. You can also go plugin route if your plugin junkie Approach 1: Adding inline stylesheet Add the below code to your…