// Optional: Show an admin notice so maintainers know the sync is active add_action( 'admin_notices', function() { if ( ! current_user_can( 'manage_options' ) ) { return; } // Only show on plugins or membership pages $screen = get_current_screen(); if ( $screen && in_array( $screen->id, array( 'plugins', 'memberpress_page_pmpro-membershipLevels', 'surecart_page_sc-products' ) ) ) { echo '
EcoPulse Notice: Membership synchronization between SureCart and PMPro is actively managed by the system MU-plugin (`ecopulse-sync.php`).