chandan115
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Can I remove Cron-jobThank you @wpfed for your time.
Actually I am using custom con-job in hourly basis.
If I disabled the wp-cron.php than it will affect my custom cron-job.So we require to identify unnecessary cron-job and disable it. Please help me to identify the unnecessary cron(list is given on post).
Thank you
chandanForum: Fixing WordPress
In reply to: Can I remove Cron-jobThank you @yobani for your response.
I don’t want to completely disable cron as it hinder the system.
Could you please help me to find unnecessary cron-job which can be disabled for better performance.Forum: Fixing WordPress
In reply to: Can I remove Cron-jobThank you @wpfed for your response.
I don’t want to disable all cron-job.
I require to disable the cron-job which is not necessary for our website.
Could you please help me to find unnecessary cron-job which can be disabled.Forum: Plugins
In reply to: [WooCommerce] Add custom field while adding customerHi everyone,
I am still facing issue, is there anyone to help me.
- This reply was modified 6 years, 6 months ago by chandan115.
Forum: Plugins
In reply to: [WooCommerce] Add custom field while adding customerThank for your answer.
I have already tried this one.
update_user_meta( $customer_id, ‘agency_name’,$arr_item->agency_name);I want to save the custom filed on user meta table while creating customer.
So that I can access these data using get_user_meta().
Forum: Plugins
In reply to: [WooCommerce] Create Customer using ProgramaticallyThank you for your suggestions.
the issue is still exist
Forum: Fixing WordPress
In reply to: Create Customer using grammaticallysure