The plugin gives you the possibility to insert a divider line in your posts so you can hide the content of the post partially, namely everything that is AFTER the divider.
This way members will see the whole content, whereas non-members will only see the first part.
You can find it both as a Gutenberg and Elementor widget and as a simple shortcode.
Gutenberg and Elementor widget
Just type Members-only content start to make it show up in Gutenberg or Elementor editor.
After the divider, the plugin will automatically show the default alternative content (if set).
Yet if you want to hide the alternative content, you can enable the “Hide alternative content” option (if necessary) from the page builder editor:


Shortcode
You can also use it as a simple shortcode:
[yith_wcmbs_members_only_content_start]
And if you want to hide the alternative content, you can use the attribute hide-alternative-content
and set it to ‘yes’, like this:
[yith_wcmbs_members_only_content_start hide-alternative-content='yes']