Changeset 2693200
- Timestamp:
- 03/13/2022 11:31:19 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
liza-spotify-widget-for-elementor/tags/1.2.1/liza-spotify-widget.php
r2693198 r2693200 5 5 * 6 6 * @author Nick Sirbiladze 7 * @copyright 202 1Nick Sirbiladze7 * @copyright 2022 Nick Sirbiladze 8 8 * @license GPL-2.0-or-later 9 9 * … … 148 148 149 149 $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' ); 151 151 if( isset( $_GET[ 'activate' ] ) ) unset( $_GET[ 'activate' ] ); 152 152 $message = sprintf(
Note: See TracChangeset
for help on using the changeset viewer.