Q&A
How to limit the number of forgot password reset attempts in WordPress?
I’m using the WordPress’s built-in forgot password reset form and views.
Inside Array – “unidentified index” error with “prepare was called incorrectly” despite not calling the prepared statement with wordpress
I know that there is a very old answer that details unidentified index but using the methods there I can not figure out how to make isset work with the code I have. It is below but doesnt solve the issue. Plus it my error is paired with the PREPARE error AND the fact that … Read more
WooCommerce is_product_category() not working
I’m trying to add text to the product short description by category.
Is there a delay to include call function modification in a scheduled cron task?
I´m testing my cron task.
I´m not sure but it seems to be the effect of a previous code.
So, I´m wondering when you modify you call function and you run now your cron task (I´m using WP Control) and you load a page, the code applied is not the most recent code you upload.
It´s right or wrong ?
What happens excalty, call functions are cached ?
How does this WordPress Plugin (Thrive Comments) apply their custom comment sort?
On page load, the script loads the post comments by making an AJAX request to a custom WordPress REST API endpoint at /tcm/v1/comments/<post ID> (here’s a sample URL, valid as of writing).
WP Query by 4 different taxonomies
I need to make a shortcode that uses the values of four different taxonomies. I am trying to modify code that I have used to query attachments (in media) based off of multiple taxonomy terms, but what I need is to wp_query based off of 4 (four) taxonomies values. I realize that I am way off, but perhaps somebody can help put me on the right track.
Code works, but warning about call_user_func_array() appears
I’m a newbie to WordPress. I’m trying to make custom page that displays contact info for all users.
I use code snippet provided by THIS POST.
Cron jobs when running multiple instances on the same DB
I have a user using my plugin that has multiple AWS instances hosting WP and pointing to the same database. One of the jobs of my plugins is to run a large number of small jobs.
Number format for wp_count_posts()
I’m trying to format my post my total post count in the header of my site. I have the number in there but would like it to format with the commas eg 1,500 not 1500. I know this is probably really basic but I’m still learning.. any help would be much appreciated. Cheers