Renato Alves
Renato Alves
As titled. - Check if the post exists first - Check if it is indexed - Delete from ES if indexed
The SearchPress index operation, when done via GUI, ignores any custom bulk size added via a plugin. The suggestion is to allow setting a bulk size in the plugin GUI....
### Description of the bug The Login Nonce feature introduces a bug for already active sites. To be fair, the problem is not with the Login Nonce _per se_ but...
### Description As titled! ``` unregisterBlockType('core/post-comments-form'); unregisterBlockType('core/comments'); unregisterBlockType('core/comments-query-loop'); ``` ### Use Case Not very useful having the block there if it can't be used.
Trac ticket: https://buddypress.trac.wordpress.org/ticket/7228 --- **This Pull Request is for code review only. Please keep all other discussion in the BuddyPress Trac ticket. Do not merge this Pull Request. See [GitHub...
Trac ticket: https://buddypress.trac.wordpress.org/ticket/9081 --- **This Pull Request is for code review only. Please keep all other discussion in the BuddyPress Trac ticket. Do not merge this Pull Request. See [GitHub...
Related: https://github.com/buddypress/buddypress/pull/330 Ticket: https://buddypress.trac.wordpress.org/ticket/9175
Introduce the `es_wp_query_shoehorn` action hook that fires before the `ES_WP_Query_Shoehorn` class is instantiated. This one way that I was able to solve this problem: https://github.com/alleyinteractive/searchpress/issues/186 Here, one have access to...
### Description Apply the fix here too. ### Use Case Ticket: https://buddypress.trac.wordpress.org/ticket/9163 Related issue: https://github.com/buddypress/BP-REST/pull/509
### Description This might be just a task to confirm all is working well beyond the unit tests (which uses the latest BP version and should be ok). ### Use...