30/04/2019
New post added at PHP Master - Autocomplete Text box using jQuery
Autocomplete Text box using jQuery - PHP Master
For making autocomplete input box use the below pretty code. It’s very fast as compare to normal searching. In below code i will use jQuery UI library with ajax and PHP. Step 1:- Drag html input box in your header or where you want to show it. [crayon-5cc7dcd90d7c6853496908/] Step 2:- Write ...
27/04/2019
Hello all visitors this site is move permanently in phpmaster.in please visit phpmaster.in instead of phpmaster.online
21/02/2019
How to add custom order status in woo-commerce
https://phpmaster.in/add-extra-order-status-in-woo-commerce
Add extra order status in woo-commerce - PHP Master
Add custom Shipped status to admin order list bulk actions drop down, Register shipped status in woo-commerce, Add to list of WC Order statuses
17/01/2019
How to show popup only once for your visitors using jQuery
https://phpmaster.in/how-to-display-a-popup-once-using-jquery
How to display a popup once using jquery - PHP Master
Show popup once for your visitors. It is very usefull for subscriber or other kind of popup. This code use for show a popup to your visitors only once.
19/11/2018
Woo commerce featured products loop
https://phpmaster.in/how-to-get-all-woo-commerce-featured-product
How to get all woo-commerce featured product - PHP Master
Simple code for get all woo-cpmmerce featured products in wordpress. You just have to copy and paste code snippaste in your file
19/11/2018
Woo-commerce category loop with category title, image and description
https://phpmaster.in/woo-commerce-category-loop-with-image
Woo-commerce Category loop with image - PHP Master
Woocommerce category with image loop. You can get all categories with title, description, image. It's a very simple and basic code.
21/08/2018
How to extract zip, gz or rar file using FTP.
https://phpmaster.in/unzip-or-zip-files-using-ftp
Unzip or zip files using FTP - PHP Master
Uploading large amounts of files through FTP takes more time. So we can upload zip files via FTP and can extract it via FTP.
29/06/2018
Codeigniter excel import API
https://phpmaster.in/excel-uploading-in-codeigniter-api
Excel uploading in Codeigniter API - PHP Master
Excel file import API in codeigniter, very easy and simple steps for implementation. Follow all steps or you can copy all codes and paste as it is.
25/06/2018
Wants to edit or redisign your WordPress admin panel... Read more at phpmaster.online
https://phpmaster.in/edit-wordpress-admin-css-for-custom-design
Edit WordPress admin CSS for custom design - PHP Master
How to edit wordpress admin css, simple function to allow to add your custom css file in wordpress admin. Just write some css and see effect in admin.
25/06/2018
Hide or prevent to show some menus from wordpress admin panel... More details go to phpmaster.online
https://phpmaster.in/remove-menus-from-wordpress-admin
Remove menus from WordPress admin - PHP Master
Simple and easy hack code for remove or hide some unwanted menus from WordPress admin panel. Remove those menus which you don't need in future.
25/06/2018
A easy function to allow all html tags in WordPress editor
https://phpmaster.in/tiny-mce-advance-editor-for-wordpress
Tiny MCE Advance Editor for wordpress - PHP Master
Simple and easy code for Tiny MCE Advance editor plugin for WordPress which allow to use all html tags in editor to show your view in front end as you paste