Settings
All settings are stored inside WordPress Customizer which is available in admin section under Appearances - Customizer. Sections are prefixed by Workforce name to easily distinguish plugin's options.
You can access all these settings within the source code as well just use get_theme_mod() function.
Pages
| Option |
Description |
| Dashboard |
Use [workforce_account_dashboard] shortcode in page |
| Profile |
User profile form. Use [workforce_account_profile] |
| Login |
Use [workforce_account_login] shortcode in page content |
| Login after |
Page displayed after user login |
| Register |
Use [workforce_account_register] shortcode in page |
| Register after |
Page displayed after user register |
| Logout |
Use [workforce_account_logout] shortcode in page |
| Change password |
Use [workforce_account_change_password] shortcode |
| Reset password |
Use [workforce_account_reset_password] shortcode |
| Terms & Conditions page |
Page displayed when user is creating new account |
<?php $dashboard_id = get_theme_mod( 'workforce_pages_dashboard', null ); ?>
<?php if ( ! empty( $dashboard_id ) ) : ?>
<a href="<?php echo get_the_permalink( $dashboard_id ); ?>">
<?php echo get_the_title( $dashboard_id); ?>
</a>
<?php endif; ?>
General
| Option |
Description |
| Automatically log user in after registration |
Log in user after successful registration. |
Notifications
| Option |
Description |
| Allow notifications |
Enable notification system |
| Notify before |
Minutes before event you want to receive email. |
Invoices
| Option |
Description |
| Payment term |
How many days you have to pay for invoice. |
| Tax rate |
Tax rate |
| Billing name |
Billing name |
| Currency code |
Default Currency code |
| Reg. No. |
Registration number |
| VAT No. |
VAT number |
| Billing details |
Additional information |