From c904665af82e8587b5dc9558b6137ce333e53edf Mon Sep 17 00:00:00 2001 From: Jason Cosper Date: Wed, 3 May 2023 20:04:52 -0700 Subject: [PATCH] Update `plu-redux.php`... again --- plu-redux.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plu-redux.php b/plu-redux.php index bb836ac..40b2611 100644 --- a/plu-redux.php +++ b/plu-redux.php @@ -68,7 +68,7 @@ function plu_redux_plugin_meta( $plugin_meta, $plugin_file ) { // This function retrieves the last updated date for a plugin from the WordPress API function plu_redux_get_last_updated( $slug ) { $request = wp_remote_post( - 'http://api.wordpress.org/plugins/info/1.0/', // WordPress API endpoint for plugin information + 'https://api.wordpress.org/plugins/info/1.0/', // WordPress API endpoint for plugin information array( 'body' => array( 'action' => 'plugin_information',