Description
Returns true if a project is being viewed. Useful in layouts to switch content visibility or control menus and the like.
Usage
<?php if ( projectSelected() ) { // Do something... } ?>
Returns true if a project is being viewed. Useful in layouts to switch content visibility or control menus and the like.
<?php if ( projectSelected() ) { // Do something... } ?>