HEX
Server: LiteSpeed
System: Linux premium140.web-hosting.com 4.18.0-553.89.1.lve.el8.x86_64 #1 SMP Wed Dec 10 13:58:50 UTC 2025 x86_64
User: ukqcurpj (1011)
PHP: 8.1.34
Disabled: NONE
Upload Files
File: /home/ukqcurpj/www/wp-content/plugins/paid-memberships-pro/blocks/build/checkout-button/render.php
<?php
/**
 * Render the Level Checkout Button on the frontend.
 */
// Don't return if selected level is empty.
if ( empty( $attributes['selected_membership_level'] ) ) {
	return;
}
echo wp_kses_post( $content );