true ) ); if( ! empty( $post_types ) ) { foreach( $post_types as $post_type ) { if( apply_filters( 'wppb_content_restriction_enabled_for_post_type', true, $post_type ) ){ add_meta_box( 'wppb_post_content_restriction', __( 'Profile Builder Content Restriction', 'profile-builder' ), 'wppb_content_restriction_meta_box_output', $post_type, 'normal' ); } } } } function wppb_content_restriction_meta_box_output( $post ) { ?>

__( 'Message', 'profile-builder' ), 'redirect' => __( 'Redirect', 'profile-builder' ) ) ); $wppb_content_restrict_type = get_post_meta( $post->ID, 'wppb-content-restrict-type', true ); ?>
$type_label ) { ?>
ID, 'wppb-content-restrict-user-status', true ); $wppb_selected_roles = get_post_meta( $post->ID, 'wppb-content-restrict-user-role' ); ?>
name="wppb-content-restrict-user-status" id="wppb-content-restrict-user-status">
$wppb_role_details ) { ?>
name="wppb-content-restrict-user-role[]" id="wppb-content-restrict-user-role-">

post_type ) ) ); ?>

post_type ) ) ); ?>

post_type ) && $post->post_type == 'product' ) : ?>

ID, 'wppb-purchase-restrict-user-status', true ); $wppb_selected_purchase_roles = get_post_meta( $post->ID, 'wppb-purchase-restrict-user-role' ); ?>
name="wppb-purchase-restrict-user-status" id="wppb-purchase-restrict-user-status">
$wppb_role_details ): ?>
name="wppb-purchase-restrict-user-role[]" id="wppb-purchase-restrict-user-role-">

ID, 'wppb-content-restrict-custom-redirect-url-enabled', true ); ?>
name="wppb-content-restrict-custom-redirect-url-enabled" id="wppb-content-restrict-custom-redirect-url-enabled">
ID, 'wppb-content-restrict-custom-redirect-url', true ); ?>

post_type ) ) ); ?>

ID, 'wppb-content-restrict-messages-enabled', true ); ?>
name="wppb-content-restrict-messages-enabled" id="wppb-content-restrict-messages-enabled">
ID ); ?>
ID, 'wppb-content-restrict-message-logged_out', true ), 'wppb-content-restrict-message-logged_out', array( 'textarea_name' => 'wppb-content-restrict-message-logged_out', 'editor_height' => 180 ) ); ?>
ID, 'wppb-content-restrict-message-logged_in', true ), 'wppb-content-restrict-message-logged_in', array( 'textarea_name' => 'wppb-content-restrict-message-logged_in', 'editor_height' => 180 ) ); ?>
post_type ) && $post->post_type == 'product' ) : ?>
ID, 'wppb-content-restrict-message-purchasing_restricted', true ) ), 'wppb-content-restrict-message-purchasing_restricted', array( 'textarea_name' => 'wppb-content-restrict-message-purchasing_restricted', 'editor_height' => 180 ) ); ?>