Drupal comes with various options to use custom PHP, such as in:
- Block visibility settings.
- Rules conditions and/or actions.
- Computed fields.
However to be able to enter such custom PHP code (using the Drupal UI), it is required that the "PHP filter" is enabled. But that is a possible security risk.
What options are available to reduce the need for using custom PHP?