• Resolved Yavimatuzalem

    (@yavimatuzalem)


    I’m trying to hide some blocks for non-logged users. It seems to work, but there is a button that says “Display restricted message” and I can’t get it to show a restricted message (like “Block visible only for logged users”). Please help!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author WP User Manager

    (@wpusermanager)

    Hey @yavimatuzalem when you toggle the message, you can only change that message via a filter, eg.

    add_filter( ‘wpum_content_restriction_message’, function() { return ‘My custom message’; });

    Thread Starter Yavimatuzalem

    (@yavimatuzalem)

    I fixed it two days ago using translate plugin – I just translated English text to what I want it to say 🙂

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

The topic ‘Display restricted message not working?’ is closed to new replies.