-
Ajax login WordPress.
Sometime we need to login in site without reloading the page.so we simply use ajax for it. first we add login form in html than register a ajax path and than use jquery execute process. 1. Form Html using wp_footer hook # add ajax login form to page add_action( ‘wp_footer’, ‘CustomLoginHtml’ ); function CustomLoginHtml() {…
-
Add/Update Extra Html Field And Extra Product Meta Fields In Dokan
How To Add New Html Field On Add/Update Product Form? How To Add/Update Value Of Custom Added Html Field Into Product Meta? DOKAN is no doubt the best front end multi-vendor marketplace on WordPress, powered by WooCommerce.Dokan is the fastest way to start eCommerce and earn through commissions with products ranging from digital, physical to…
-
Disable Plugin Update Notification.
Why We Need To Disable Plugin Update? Most Of Important plugins like Dokan , WooCommerce need many customization according to client requirements. Many of requirements can be done using hooks/ Filter and by copying template to theme’s folder. But Many of js or Class Function need to be change in plugin files only. which can…