Skip to content
Antonio D edited this page Mar 22, 2020 · 19 revisions

Welcome to the books4languages-book-child-theme-for-pressbooks wiki!

Future code:

<?php if( !rcp_user_has_active_membership() ) : ?> <p>Summary and other extended content is only available to registered users.</p> <style> .textbox.textbox--summary{ display: none; } </style>

<?php endif; ?>

Clone this wiki locally