guardiano78
Forum Replies Created
-
Forum: Developing with WordPress
In reply to: How to get user id logged inHello Alan,
thank you for reply.
The code that I posted is only for example.
To tell the truth, after reading the id of the logged in user, the php script must make a query on a table external to wordpress and then download a certain file. I’ve never used “admin-ajax.php”, I should read up … I don’t know if it’s the best solution in this specific case. However, once the logged-in user reading problem has been solved, the rest of the work has already been completed.
Thank you.Forum: Plugins
In reply to: [XML Sitemap Generator for Google] Invalid argument supplied for foreach()Hello,
i am using the plugin too.
I also confirm on my site I get many identical errors in my error_log_php.Hello,
thank you so much.Forum: Fixing WordPress
In reply to: Site languageHello Joy,
thank you so much!
You’re right.
In user ADMIN hto found another selected language. ??
Everything works smoothly now, thanks again.Forum: Plugins
In reply to: How to customize emailsHello,
i think i understand where the function is.
It appears to be a native wordpress function and is found in the wp-includes / pluggable.php file
the function is: wp_new_user_notification ()I’m looking for information to override the function, but it seems like it can’t be done in the child-theme’s function.php.
Is there anyone who can help me on the question?
thanks.Forum: Plugins
In reply to: [WooCommerce] Text email overrideHello,
thank you for response, i know the possibility to override email files in my theme.
But i don’t need to override layout, i only need to override and customize some text for my language.
For example see this screenshot:https://www.dropbox.com/s/8j303e3c4f9aiwc/override-email-text.JPG?dl=0
Hello,
thank you, i open a ticket.
Regards.thank you.
Hello,
sorry, I noticed that there is also a problem in the list of products and in the single product page. During the import, for the products to which the information is to be updated, the price and photos of the product that is currently being processed also disappear.Thank you.
Forum: Plugins
In reply to: [Import any XML, CSV or Excel File to WordPress] delete after importationSolved! thank you.
Forum: Plugins
In reply to: [Import any XML, CSV or Excel File to WordPress] delete after importationHello,
I followed your advice and used the delete_import_file() function.
I add this code:$home_path = get_home_path(); $import_name = $history_file->name; $zip_delete = $home_path . 'my-folder/' . $import_name; @unlink ($zip_delete);
It works!
Do you think it is the right way?
thank you.Forum: Plugins
In reply to: [Import any XML, CSV or Excel File to WordPress] delete after importationHello, thank you.
I’m using “Download from URL”.
I put my file in a folder on the same host but in another location.
For example: /public_html/my_folder/products.zip (zip file contains products.xml);
I need that when importation is completed, “products.zip” is deleted.
Is it possible?thanks.
Forum: Plugins
In reply to: [Import any XML, CSV or Excel File to WordPress] Manual Scheduling SSHHello,
unfortunately these days I have not had the opportunity to try your suggestions.
I will try in the next few days, thanks.Forum: Plugins
In reply to: [Import any XML, CSV or Excel File to WordPress] Woocommerce Customers ImportGreat! thank you very much!!
Forum: Plugins
In reply to: [WooCommerce] Add customer note to orderHello kellymetal,
thank you so much!!! :-))