-
Anyone using WP-Sweep?
See how not to sweep Polylang's taxonomies: https://github.com/lesterchan/wp-sweep/issues/40#issuecomment-429035041
-
#### Steps to reproduce the issue
1. Install https://wordpress.org/plugins/wp-email/
2. Install and activate Jetpack and the Subscriptions module
3. Add the Subscriptions widget to your sidebar
4. Try…
-
I have been getting cache misses for wp_cache_get_multiple() after upgrading to WP 5.5.
It seems to be returning false all the time as after priming the cache, it doesn't read back from the cache.
…
-
After looking at the source, creating new templates for forms with php is easy:
add_filter( 'wp_polls_template_votebody_markup', 'mycallback', 10, 3 );
But there are only filters for wp_pol…
Jaska updated
4 years ago
-
Hi
After updating your plugin to last version when i want to see all my posts i get this error
Warning: call_user_func_array() expects parameter 1 to be a valid callback, function ‘sort_postviews_co…
-
When I install 1.7.6 on wordpress 5.0.1.There are two line Warning message in the admin's article page:
Warning: call_user_func_array() expects parameter 1 to be a valid callback, function 'sort_po…
-
My builds are failing on this error:
```
mysql -e 'CREATE DATABASE wp_cli_test;' -uroot
ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (2)
`…
-
I can't create poll with **Do NOT Expire This Poll** selection checked, I get the following error: ```WordPress database error `Incorrect integer value: '' for column 'pollq_expiry' at row 1 for query…
-
HI Lester,
Since the update to 1.86 and the move to hashed IP, I now have a serious issue on my website (https://www.birdsdessines.fr) : in fact, as soon as one user votes for a post, the other use…
-
Is there a method that gets all the polls as objects so I can loop through them?