Constants

Knowledgebase Docs » Bellows
USEFUL? 0

Constants can be set in your wp-config.php to control certain functionality.

BELLOWS_ADMIN_CAP

Since v1.3

define( 'BELLOWS_ADMIN_CAP' , 'manage_options' );

By default, Bellows requires the ‘manage_options’ capability to access its controls, but you can configure this differently if necessary.