وردپرس

How do I display the free new level registration form?

[ad_1]

Hi, I’m doing some tests in php and I’d like to be able to view only the free registration, that is this screen (https://i.imgur.com/6nEDxf8.png) so I tried the following code to call the page but it’s still not the specific page I need, could you help me with that? Can you give me any tips?

function exibir_conteudo_guia()
{
    // Verificar se o usuário tem permissões para acessar esta página
    if (!current_user_can('manage_options')) {
        return;
    }

    // Incluir o arquivo do PMPro que contém a tela de cadastro de níveis de associação
    require_once ABSPATH . '/wp-content/plugins/paid-memberships-pro/adminpages/membershiplevels.php';
}

[ad_2]

مشاهده پاسخ های این مطلب
———————————————
این مطلب از سایت انجمن وردپرس گردآوری شده است و کلیه حقوق مطلق به انجمن وردپرس می باشد در صورت مغایرت و یا بروز مشکل اطلاع دهید تا حذف گردد

منبع: انجمن وردپرس

دکمه بازگشت به بالا