Skip to content

Commit

Permalink
Update plu-redux.php... again
Browse files Browse the repository at this point in the history
  • Loading branch information
boogah authored May 4, 2023
1 parent 03b8abf commit c904665
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plu-redux.php
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit c904665

Please sign in to comment.