Alexandr
Alexandr
### Is there an existing issue for this? - [X] I have searched the existing issues ### Have you tried the latest build? - [X] I have tried the latest...
* [x] I've read and understood the [contribution guidelines](https://github.com/Yoast/wordpress-seo/blob/trunk/.github/CONTRIBUTING.md). * [x] I've searched for any related issues and avoided creating a duplicate issue. ### Please give us a description of...
### Describe the bug Hi there. Seems, [has_published_posts](https://developer.wordpress.org/reference/classes/wp_user_query/) is not working. I'm getting different count of users when ep_integrate false and or true. In my case ~9000 users vs ~1...
### Describe your question Hi there Trying new filter ep_user_pre_query_db_results Any chance to set ep_indexing_last_processed_object_id for correct sync? Or other way to resolve the problem with sync? ```php add_filter('ep_user_pre_query_db_results', function($results,...
### Is your enhancement related to a problem? Please describe. Hi there What about to add ep_user_sync_kill ```php if ( apply_filters( 'ep_user_sync_kill', false, $user_id ) ) { return; } ```...
@Log1x hi! Is it possible use sets in the config like this? ``` return [ 'sets' => [ 'default' => [ 'path' => public_path('images/icons'), 'prefix' => '', ], 'cad' =>...
Hi there. I think the plugin shouldn't break editor styles when uses tailwind 😀 with Rank Math SEO: without: WP 6.7.1 Rank Math SEO 1.0.233