apply_filters( 'jb_job_visible_login', $visible_login ) → {bool}
Filters the default visibility for the login form section on the job submission form.
Parameters:
| Name | Type | Description |
|---|---|---|
$visible_login |
bool | Login form visibility. Set to true if need to display it. |
- Since:
- 1.2.2
- Source:
Returns:
Login form visibility.
- Type
- bool