Hi,
When v.2.2 wil be out, you will able to do it by adding this to sweetdate-child/functions.php and settings how the restrictions will appear from Sweetdate – Memberships
COPY CODE
add_filter('kleo_pmpro_level_restrictions', 'kleo_extra_pmpro_restrictions');
function kleo_extra_pmpro_restrictions($restrictions) {
$restrictions[] = array(
'title' => __('Title that appears on Sweetdate - Memberships','kleo_framework'),
'front' => __('Description in the Levels page','kleo_framework'),
'name' => 'unique_identifier'
);
return $restrictions;
}
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution