Dekadinious
@dekadinious on WordPress.org, @TASan on Slack
- Member Since: January 15th, 2015
Contribution History
Dekadinious’s badges:- Translation Contributor
-
Created a topic, Don’t update email for certain user roles(?), on the site WordPress.org Forums:
I have not been able to test the 2FA compatibility yet… -
Created a topic, Undefined array key, on the site WordPress.org Forums:
Warning: Undefined array key "use_vipps_login" in /wp-… -
Created a topic, Compatibility with WordFence 2FA?, on the site WordPress.org Forums:
We have forced strong passwords and 2FA through the Wo… -
Created ticket #57938 on Core Trac:
wp_get_nocache_headers should contain no-store by default -
Posted a reply to WP Cron job doesn’t run after another was run, on the site WordPress.org Forums:
WP Cron isn't logged the same way as for instance the Action Scheduler. But the… -
Created a topic, WP Cron job doesn’t run after another was run, on the site WordPress.org Forums:
I have a peculiar problem on my hands. We run a large … -
Posted a reply to WP-CLI not updating, on the site WordPress.org Forums:
It's a Linux server and I believe I downloaded the PHAR and set it in… -
Created a topic, WP-CLI not updating, on the site WordPress.org Forums:
If I run the check to see if WP-CLI needs updating, or… -
Posted a reply to Will wp_mail reuse authentication?, on the site WordPress.org Forums:
I am thinking only of wp_mail directly towards the server. I'll have to code something… -
Posted a reply to Title Product in woocommerce product page not responsive mobile, on the site WordPress.org Forums:
Do you mean that you do not want it to break the words by letters?… -
Posted a reply to Title Product in woocommerce product page not responsive mobile, on the site WordPress.org Forums:
I can't see this problem on the link you provided. The normal thing to do… -
Created a topic, Will wp_mail reuse authentication?, on the site WordPress.org Forums:
Does anyone know if running wp_mail in a loop will reu… -
Posted a reply to Remove admin menu elements, on the site WordPress.org Forums:
Ok, so I was too quick when looking through the code on Github last time.… -
Posted a reply to Remove admin menu elements, on the site WordPress.org Forums:
Just to be sure I am understanding correctly: This is all for sidebar menu pages,… -
Posted a reply to term_exists returns null, but wp_insert_term can’t insert because it exists, on the site WordPress.org Forums:
I filed a bug report in trac for this :) -
Created ticket #54840 on Core Trac:
wp_insert_term sanitizes attribute names, while term_exists does not ... -
Posted a reply to term_exists returns null, but wp_insert_term can’t insert because it exists, on the site WordPress.org Forums:
Thanks! It's the ampersand. It is inserted into the database as "X & Y". But… -
Posted a reply to Remove admin menu elements, on the site WordPress.org Forums:
Are they all main menu pages and not sub menu pages? I did a quick… -
Posted a reply to Remove admin menu elements, on the site WordPress.org Forums:
Try changing the priority on the hook to something like 99999 to see if that… -
Posted a reply to term_exists returns null, but wp_insert_term can’t insert because it exists, on the site WordPress.org Forums:
I guess it is because term_exists only checks for slugs, and if you pass it… -
Posted a reply to Remove admin menu elements, on the site WordPress.org Forums:
Try the "admin_menu" hook instead of "admin_init"? From "remove_menu_page" code reference: "This function should be… -
Created a topic, term_exists returns null, but wp_insert_term can’t insert because it exists, on the site WordPress.org Forums:
I have a problem with the functions term_exists and wp… -
Posted a reply to Can I safely delete these from postmeta?, on the site WordPress.org Forums:
Ok, thanks! :) -
Posted a reply to How to run WP-CLI command in the background from PHP?, on the site WordPress.org Forums:
Removing the time limit and triggering using a file checked for by Cron is one… -
Posted a reply to How to run WP-CLI command in the background from PHP?, on the site WordPress.org Forums:
The problem is that XAMPP on Windows won't run these things in the background the… -
Posted a reply to How to run WP-CLI command in the background from PHP?, on the site WordPress.org Forums:
Wouldn't that still run into timeout issues? -
Created a topic, How to run WP-CLI command in the background from PHP?, on the site WordPress.org Forums:
I have a long running script in WordPress that creates… -
Posted a reply to Setting ‘connect_timeout’ in http_request_args?, on the site WordPress.org Forums:
Yeah, it only alters the "timeout" and not the "connect_timeout" that I was looking for!… -
Created a topic, Setting ‘connect_timeout’ in http_request_args?, on the site WordPress.org Forums:
It seems that it is not possible to set 'connect_timeo… -
Created a topic, Can I safely delete these from postmeta?, on the site WordPress.org Forums:
Hello! Is it safe to delete these from completed orde… -
Posted a reply to Question about catalog sync, on the site WordPress.org Forums:
Sorry, I might be a bit OCD about this, but I need to understand how… -
Posted a reply to Question about catalog sync, on the site WordPress.org Forums:
Hello and thanks for your answer! This was actually discovered after a misunderstanding at work.… -
Created a topic, Question about catalog sync, on the site WordPress.org Forums:
I am wondering how the catalog sync exactly works. In … -
Created a topic, Seriously underrated, on the site WordPress.org Forums:
This is a well coded plugin with great support that ha… -
Posted a reply to Duplicate entry for primary key, on the site WordPress.org Forums:
Done, will resolve this ticket :) -
Posted a reply to Duplicate entry for primary key, on the site WordPress.org Forums:
Is this implemented? Can you give any feedback here at all? -
Posted a reply to Duplicate entry for primary key, on the site WordPress.org Forums:
I can't do that because our store is too large and we got problems the… -
Created a topic, Duplicate entry for primary key, on the site WordPress.org Forums:
Hello! This seem not to be solved for us: https://wor… -
Posted a reply to Do not send email for private products, on the site WordPress.org Forums:
Hello! Yes, that is what I was wondering. Is it possible to just have the… -
Created a topic, Do not send email for private products, on the site WordPress.org Forums:
Hello! Is it possible to not send out email for priva… -
Posted a reply to Reducing space between footer images with CSS, on the site WordPress.org Forums:
Do you have access to the source code? It seems this is built with Bootstrap,… -
Posted a reply to Difference between checking all and only bottom hierarchical taxonomy?, on the site WordPress.org Forums:
Ah, ok, great, I will look more into it! :) -
Posted a reply to Difference between checking all and only bottom hierarchical taxonomy?, on the site WordPress.org Forums:
Thanks for answering! How about stuff like get_the_terms etc. Will those functions return all terms… -
Created a topic, Difference between checking all and only bottom hierarchical taxonomy?, on the site WordPress.org Forums:
What is the difference between checking off all or jus… -
Posted a reply to Wrong way to instantiate classes, on the site WordPress.org Forums:
Hello and thank you! The variable seems correct, but I still can't remove the actions… -
Created a topic, Wrong way to instantiate classes, on the site WordPress.org Forums:
Can you please change the plugin code to either assign… -
Posted a reply to Fatal error: Namespace declaration statement has to be the very first statement, on the site WordPress.org Forums:
Perfect, happy to help :) Then you can mark this as resolved in the sidebar… -
Posted a reply to Fatal error: Namespace declaration statement has to be the very first statement, on the site WordPress.org Forums:
You probably need to log in to yoursite.com/wp-admin/ and go to Plugins in the menu,… -
Posted a reply to Checking if you are “inside” specific filter or action?, on the site WordPress.org Forums:
Yes, thank you! I'll use this instead of the global: https://developer.wordpress.org/reference/functions/current_filter/ I have no idea… -
Posted a reply to Checking if you are “inside” specific filter or action?, on the site WordPress.org Forums:
Thank you for your answer, but that is not the issue here. I am hooked…