Month: March 2020

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() { …

Ajax login WordPress. Read More »

Cron Job WordPress (WP-Cron)

What Is WordPress Cron Job? WordPress Cron Job is how WordPress handles scheduling time-based tasks in WordPress.“Cron” Means the cron time-based task scheduling system which is available on UNIX systems. A WordPress CRON job is a task or action which is scheduled to run automatically at specific intervals. To simplify scheduling tasks, WordPress Cron Scheduling …

Cron Job WordPress (WP-Cron) Read More »

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 …

Add/Update Extra Html Field And Extra Product Meta Fields In Dokan Read More »

WooCommerce : Customize Woocommerce Settings Tab.

WooCommerce is the more powerful e-commerce plugin for WordPress.And what i love with WooCommerce is that there’s an API for nearly everything.There are almost Hooks and filters For Every Customization work. Let’s talk about customizing Woocommerce Admin setting Tabs.To hide a specific Woocommerce setting tab or want to customize the Woocommerce setting tabs, not the …

WooCommerce : Customize Woocommerce Settings Tab. Read More »

Scroll to Top

Contact information