/home/vianto5/realtylifestyleproperties.mx/wp-content/themes/hello-elementor/includes
Edit: /home/vianto5/realtylifestyleproperties.mx/wp-content/themes/hello-elementor/includes/utils.php (3022B)
$action,
'plugin' => $plugin_slug,
'referrer' => 'hello-elementor',
],
admin_url( 'update.php' )
);
return add_query_arg( '_wpnonce', wp_create_nonce( $action . '_' . $plugin_slug ), $url );
}
public static function get_action_link_type() {
$installed_plugins = get_plugins();
if ( ! isset( $installed_plugins['elementor/elementor.php'] ) ) {
$action_link_type = 'install-elementor';
} elseif ( ! defined( 'ELEMENTOR_VERSION' ) ) {
$action_link_type = 'activate-elementor';
} elseif ( ! hello_header_footer_experiment_active() ) {
$action_link_type = 'activate-header-footer-experiment';
} else {
$action_link_type = 'style-header-footer';
}
return $action_link_type;
}
}