Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter rachelbilski

    (@rachelbilski)

    Thank you, Jeremy, I will keep an eye on that, it’d be really useful!

    Thread Starter rachelbilski

    (@rachelbilski)

    Hi Chris,

    Thanks for your response! It is important that they can view this in the same way as logged out users unfortunately. I have searched for a plug in but nothing seems to fit my requirements.

    My main problem is I cannot find a way of intercepting the password form/blocking of content, it’s all part of the function of get_the_content (from post-template.php) as here:

    if ( post_password_required( $post ) )
    		return get_the_password_form( $post );

    I can’t find a relevant pluggable function or hook for altering this behaviour, so without editing core files (obviously a no no!), I can’t see a way around it, unless I’m missing a function somewhere.

    Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)