Skip to content

Commit

Permalink
Fix imagify urls
Browse files Browse the repository at this point in the history
  • Loading branch information
Khadreal committed Oct 25, 2024
1 parent 22da91b commit 2796bef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Model/PluginFamily.php
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ public function filter_plugins_by_activation( array $plugins, string $main_plugi
'plugin_to_install' => rawurlencode( $plugin ),
];

if ( 'imagify-plugin' === $plugin_slug ) {
if ( 'imagify' === $plugin_slug ) {
$args = [
'action' => 'install_imagify_from_partner_' . $main_plugin_slug,
'_wpnonce' => wp_create_nonce( 'install_imagify_from_partner' ),
Expand Down

0 comments on commit 2796bef

Please sign in to comment.