Create pdf file in php using html2pdf php library
Please follow the below steps for creating pdf file in php using html2pdf php library 1. Download the html2pdf php…
Read ArticlePlease follow the below steps for creating pdf file in php using html2pdf php library 1. Download the html2pdf php…
Read ArticleAdd the following script to change input type text to phone no format. jQuery('#phone-field').on('keyup', function(e){ let val = e.target.value;…
Read Article1. Create a new snippets and pase the following code in it and include snippets where you want to display…
Read Articlecopy or paste the below code into functions.php file add_action( 'init', 'user_role_permision'); function user_role_permision() { …
Read ArticleAdvertisement
Download the zip file from the following link HTML2PDF.ZIP and run any example to create pdf. require_once dirname(__FILE__).'/vendor/autoload.php'; use Spipu\Html2Pdf\Html2Pdf;…
Read ArticleAdd Custom Sections on a pages in Shopify Add custom section on a regular pages in shopify through page template.…
Read Article1. get url infomation via php <?php $uri_path = parse_url($_SERVER['REQUEST_URI'], PHP_URL_PATH); $uri_segments = explode('/', $uri_path);…
Read Article1. Create html form <form class="fpd-upload-form" enctype="multipart/form-data" method="POST"> <div class="fpd-upload-zone"> <input type="file" multiple="multiple" class="fpd-input-image"…
Read ArticleAdvertisement
1. Copy the below code and paste into footer.php or any js file. jQuery('.show-more-posts-btn').on('click',function(){ …
Read Article1. Open function.php file and paste the below code to deined wordpress ajaxurl /*defined ajax url*/ add_action('wp_head', 'wordpress_frontend_ajaxurl'); function wordpress_frontend_ajaxurl()…
Read Article