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

Remove the WP Engine Upsell for ACF PRO #858

Closed
huubl opened this issue Aug 8, 2023 · 4 comments
Closed

Remove the WP Engine Upsell for ACF PRO #858

huubl opened this issue Aug 8, 2023 · 4 comments

Comments

@huubl
Copy link

huubl commented Aug 8, 2023

Please remove the WP Engine Upsell for ACF PRO, it's a paid product...

if ( ! defined( 'PWP_NAME' ) ) {
$acf_wpengine_logo = acf_get_url( 'assets/images/wp-engine-horizontal-black.svg' );
$acf_wpengine_logo = sprintf( '<span><img class="acf-wp-engine-pro" src="%s" alt="WP Engine" /></span>', $acf_wpengine_logo );
$utm_content = acf_is_pro() ? 'acf_pro_plugin_topbar_dropdown_cta' : 'acf_free_plugin_topbar_dropdown_cta';
$acf_more_items[] = array(
'url' => acf_add_url_utm_tags( 'https://wpengine.com/plans/?coupon=freedomtocreate', 'bx_prod_referral', $utm_content, false, 'acf_plugin', 'referral' ),
'text' => $acf_wpengine_logo . '<span class="acf-wp-engine-upsell-pill">' . __( '4 Months Free', 'acf' ) . '</span>',
'target' => '_blank',
'li_class' => 'acf-wp-engine',
);
}

@Log1x
Copy link

Log1x commented Aug 8, 2023

Just updated to 6.2.0-RC1 to see this.

Good grief. 💀

Screenshot

@polevaultweb
Copy link
Contributor

The menu item should appear at the bottom of the ‘More’ menu to be less intrusive, that’s a bug currently and we will get that fixed for the general release of 6.2

@MWDelaney
Copy link

I'd really rather you didn't advertise competing services to my customers.

@polevaultweb
Copy link
Contributor

@MWDelaney I hear you. However, as advertising in plugins go - this one isn't visible all the time, only when accessing the 'More' menu, it is tasteful and unobtrusive. We only show it in the plugin admin screens - not to content editors. Do you typically let your customers access the plugin admin area to create new fields?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants