updateChecker->getUniqueName('uid')) ) { return; } $this->preAjaxRequest(); $info = $this->updateChecker->requestInfo(); if ( $info !== null ) { echo 'Successfully retrieved plugin info from the metadata URL:'; //phpcs:ignore WordPress.PHP.DevelopmentFunctions.error_log_print_r -- For debugging output. echo '
', esc_html(print_r($info, true)), '
'; } else { echo 'Failed to retrieve plugin info from the metadata URL.'; } exit; } } endif;