$wppb_plugin) { if( strtolower($wppb_plugin['Name']) == strtolower( 'Paid Member Subscriptions' ) && strpos(strtolower($wppb_plugin['AuthorName']), strtolower('Cozmoslabs')) !== false) { $pms_add_on_exists = 1; if (in_array($wppb_plugin_key, $wppb_get_active_plugins)) { $pms_add_on_is_active = 1; } // Consider the add-on active if it's network active if (is_plugin_active_for_network($wppb_plugin_key)) { $pms_add_on_is_network_active = 1; $pms_add_on_is_active = 1; } $plugin_file = $wppb_plugin_key; } } ?> ', '' ) ?> ', '' ) ?>

Manage Fields', 'profile-builder' ); ?>

' . esc_html__('Activate', 'profile-builder') . ''; // If add-on is network activated don't allow deactivation } elseif (!$pms_add_on_is_network_active) { echo '' . esc_html__('Deactivate', 'profile-builder') . ''; } // Display message to the user if( !$pms_add_on_is_active ){ echo '' . sprintf(__('Plugin is %1$s inactive %2$s', 'profile-builder'), '', '' ) . ''; } else { echo '' . sprintf(__('Plugin is %1$s active %2$s', 'profile-builder'), '', '' ) . ''; } } else { // If we're on a multisite don't add the wpp-add-on-download class to the button so we don't fire the js that // handles the in-page download if (is_multisite()) { $wppb_paid_link_class = 'button-secondary'; $wppb_paid_link_text = __('Download Now', 'profile-builder' ); } else { $wppb_paid_link_class = 'button-secondary wppb-add-on-download'; $wppb_paid_link_text = __('Install Now', 'profile-builder'); } echo '' . esc_html( $wppb_paid_link_text ) . ''; echo '' . esc_html__('Compatible with your version of Profile Builder.', 'profile-builder') . ''; } ?>
install manually.', 'profile-builder'), esc_url( 'http://www.wordpress.org/plugins/paid-member-subscriptions' )) ?>. */ ?>
paid accounts with Profile Builder. %1$sFind out how >%2$s %3$sDismiss%4$s', 'profile-builder'), "", "", "", ""), 'pms-cross-promo'); }