• Resolved marcie73

    (@marcie73)


    Hello, I need to use it in a template file, not with a shortcode. There is any solution or workaround? Thank you very much! ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter marcie73

    (@marcie73)

    ok i found something in the support threads

    if ( true === passster\PS_Conditional::is_password_valid( ‘123’ ) ) {
    the_content();
    }

    Is there a way to show content without the page being refreshed?
    Thank you!

    Plugin Author patrickposner

    (@patrickposner)

    Hey @marcie73,

    great you have found the conditional function.

    Currently there is no way to unlock the areas without reloading the page.
    This would require an ajax call to the installation and results in several problems with other plugins (especially form plugins), that’s why it’s not implemented yet.

    It’s part of the roadmap of future versions of Passster but I need to find a way to implement it in a reliable way to not increase the number of problems in the usage of Passster ??

    Best regards,
    Patrick

    Thread Starter marcie73

    (@marcie73)

    Thank you! ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Source code function’ is closed to new replies.