Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PROD-8513 - Remove Rapyd Block from Upgrade Section in WP Admin #4605

Open
wants to merge 1 commit into
base: release
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
37 changes: 0 additions & 37 deletions src/bp-core/admin/templates/upgrade-screen.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,43 +26,6 @@

<h1 class="bb-advance-heading"><?php esc_html_e( 'Unlock more social networking features for your websites', 'buddyboss' ); ?></h1>
<div class="bb-upgrade-wrap">
<div class="bb-advance-card bb-advance-card--hero">
<div class="card-inner-wrap">
<div class="card-figure-wrapper">
<div class="card-figure">
<img alt="" class="upgrade-figure" src="<?php echo esc_url( buddypress()->plugin_url . 'bp-core/images/upgrade/bb-upgrade-card-rapyd.png' ); ?>" />
</div>
</div>
<div class="card-data">
<h2><?php esc_html_e( 'Rapyd Cloud', 'buddyboss' ); ?></h2>
<div class="card-subtitle"><?php esc_html_e( 'The highest performance managed WordPress hosting on the planet', 'buddyboss' ); ?></div>
<div class="advance-card-note">
<p class="wp-upgrade-description">
<?php esc_html_e( 'Many hosting providers claim to have the best performance. But when you add dynamic features and high concurrency, website performance suffers. Rapyd keeps your feature-rich websites fast and responsive, even during periods of very high traffic.', 'buddyboss' ); ?>
</p>
</div>
<div class="advance-card-action">
<a href="
<?php
echo esc_url(
bp_get_admin_url(
add_query_arg(
array(
'page' => 'bb-upgrade',
'tab' => 'bb-performance-tester',
),
'admin.php'
)
)
);
?>
" class="advance-action-button"><?php esc_html_e( 'Test Performance', 'buddyboss' ); ?></a>
<a href="https://rapyd.cloud/?fpr=buddyboss93" class="advance-action-link" target="_blank"><?php esc_html_e( 'View Pricing', 'buddyboss' ); ?><i class="bb-icon-l bb-icon-arrow-up"></i></a>
</div>
</div>
</div>
</div>

<div class="bb-advance-card bb-advance-card--pro">
<div class="card-inner-wrap">
<div class="card-figure">
Expand Down
Loading