Filter

Customize Woocommerce Settings Tab

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 entire sub-menu, but just a tab.For just Removing tabs we can use

Read More

Cron Job WordPress (WP-Cron)

In WordPress, you can customize the schedule intervals for WP-Cron using the `cron_schedules`, `wp_schedule_event`, and various time constants. By defining your custom cron schedules and using `wp_schedule_event`, you can schedule tasks to run at intervals such as hourly, twice daily, daily, or even per minute. Here’s how you can achieve that:

Read More

Disable Automatic Login After Registration

When we enable customer registration on My Account page, We will know that when new user is register it’s automatically logged in .
it need to change when we need to manually approve each user.

Read More
Categories