BUG: undefined variable $url in get_indexing_status() #2538
Closed
Description
opened on Dec 23, 2021
We are running EP 3.6.6 on WP 5.8.2 multisite, syncing a subsite via WP-CLI and also monitoring the progress via the admin dashboard on EP's Index Health page and the following PHP notice is being thrown for the AJAX requests polling the progress:
Undefined variable: url
in get_indexing_status() at /wp-content/plugins/elasticpress/includes/utils.php (521)
in ElasticPress\Utils\get_indexing_status called at /wp-content/plugins/elasticpress/includes/dashboard.php (394)
in ElasticPress\Dashboard\action_wp_ajax_ep_cli_index called at /wp-includes/class-wp-hook.php (303)
in WP_Hook::apply_filters called at /wp-includes/class-wp-hook.php (327)
in WP_Hook::do_action called at /wp-includes/plugin.php (470)
in do_action called at /wp-admin/admin-ajax.php (187)
Activity