We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31ad4ae commit 39f8266Copy full SHA for 39f8266
plugins/woocommerce/includes/admin/marketplace-suggestions/class-wc-marketplace-suggestions.php
@@ -149,8 +149,8 @@ public static function show_suggestions_for_screen( $screen_id ) {
149
* Trigger suggestion fetch for wc-admin dashboard.
150
*/
151
public static function maybe_trigger_suggestions_fetch() {
152
- $screen = get_current_screen();
153
- $screen_id = $screen ? $screen->id : '';
+ $screen = get_current_screen();
+ $screen_id = $screen ? $screen->id : '';
154
155
if ( 'woocommerce_page_wc-admin' === $screen_id && self::allow_suggestions() ) {
156
self::get_suggestions_api_data();
0 commit comments