__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
<?php
namespace ElementorPro\Core\Admin;
use ElementorPro\Core\Utils;
use ElementorPro\License\API;
class Action_Links {
public static function get_links( array $links ): array {
unset( $links['go_pro'] );
return $links;
}
public static function get_pro_links( array $links ): array {
if ( API::is_need_to_show_upgrade_promotion() ) {
$go_advanced_text = esc_html__( 'Get Advanced Features', 'elementor-pro' );
if ( Utils::is_sale_time() ) {
$go_advanced_text = esc_html__( 'Discounted Upgrades Now!', 'elementor-pro' );
}
$links['go_advanced'] = sprintf( '<a href="%1$s" target="_blank" class="elementor-plugins-gopro">%2$s</a>', 'https://go.elementor.com/go-pro-advanced-plugins-screen/', $go_advanced_text );
}
return $links;
}
}
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| action-links.php | File | 770 B | 0640 |
|
| admin.php | File | 9.58 KB | 0640 |
|
| canary-deployment.php | File | 628 B | 0640 |
|
| post-status.php | File | 166 B | 0640 |
|