Plugin Directory

Changeset 2693200


Ignore:
Timestamp:
03/13/2022 11:31:19 AM (4 years ago)
Author:
fallentroj
Message:

Link update

File:
1 edited

Legend:

Unmodified
Added
Removed
  • liza-spotify-widget-for-elementor/tags/1.2.1/liza-spotify-widget.php

    r2693198 r2693200  
    55 *
    66 * @author            Nick Sirbiladze
    7  * @copyright         2021 Nick Sirbiladze
     7 * @copyright         2022 Nick Sirbiladze
    88 * @license           GPL-2.0-or-later
    99 *
     
    148148
    149149        $plugin = 'elementor/elementor.php';
    150         $elementorPath = wp_nonce_url( 'plugins.php?action=activate&plugin=' . $plugin . '&plugin_status=all&paged=1&s', 'activate-plugin_' . $plugin );
     150        $elementorPath = wp_nonce_url( self_admin_url( 'update.php?action=install-plugin&plugin=elementor' ), 'install-plugin_elementor' );
    151151        if( isset( $_GET[ 'activate' ] ) ) unset( $_GET[ 'activate' ] );
    152152        $message = sprintf(
Note: See TracChangeset for help on using the changeset viewer.