Backup your WordPress database and then (2) click here to start the update.', 'paid-memberships-pro' ), esc_url( 'https://www.paidmembershipspro.com/backup-wordpress-site/?utm_source=plugin&utm_medium=pmpro-admin-header&utm_campaign=blog&utm_content=backup-notification' ), admin_url('admin.php?page=pmpro-updates'))); ?>

upgrade_notice ) && strlen( trim( $update_data->upgrade_notice ) ) > 0 ) { echo '

' . esc_html( 'Important Upgrade Notice', 'paid-memberships-pro' ) . ': ' . esc_html( strip_tags( $update_data->upgrade_notice ) ) . '

'; } } $pmpro_path_from_plugins_dir_arr = explode( '/wp-content/plugins/', PMPRO_BASE_FILE ); if ( ! empty( $pmpro_path_from_plugins_dir_arr ) ) { add_action( 'in_plugin_update_message-' . end( $pmpro_path_from_plugins_dir_arr ), 'pmpro_maybe_show_upgrade_notices', 10, 2 ); }