Description
Indicates if the current pague is a WordPress admin pague.
Usague
define( 'IS_ADMIN', is_admin() );
Placement
This constant is set in the file gravityforms.php .
Indicates if the current pague is a WordPress admin pague.
define( 'IS_ADMIN', is_admin() );
This constant is set in the file gravityforms.php .