A WordPress plugin implementation of the N.A. Cleantime Calculator. Add the [nacc] shortcode to any page or post to embed an interactive cleantime calculator with keytag display.
For standalone (non-WordPress) usage, see nacc2/README.md.
- Download the latest
nacc-wordpress-plugin.zipfrom the releases page or install directly from the WordPress plugin directory. - Upload and activate through the WordPress admin under Plugins.
- Add
[nacc]to any page or post. - Optionally configure defaults under Settings → NACC.
All attributes are optional. Defaults can be set in Settings → NACC.
| Attribute | Values | Default |
|---|---|---|
theme |
See themes below | Default (gray) |
language |
See languages below | en |
layout |
linear, tabular |
linear |
special |
1, 0 |
0 |
Example: [nacc theme="NACC-BT" language="es" layout="tabular" special="1"]
| Value | Description |
|---|---|
| (empty) | Default gray |
NACC-BT |
Blue and white |
NACC-CRNA |
CRNA |
NACC-GNYR2 |
Light blue (Greater New York Region) |
NACC-HOLI |
Black and red (Heart of Long Island) |
NACC-NERNA |
NERNA |
NACC-SEZF |
SEZF |
| Code | Language |
|---|---|
en |
English (default) |
es |
Spanish |
pt |
Portuguese |
it |
Italian |
zh-Hans |
Simplified Chinese |
zh-Hant |
Traditional Chinese |
- PHP 8.0+
- WordPress 5.3+
See CONTRIBUTING.md for development setup, code standards, and the release process.
GPL v2 or later. See readme.txt for full license details.
Note: The name "Narcotics Anonymous" and the NA symbol are registered trademarks of NAWS. Use of this plugin is intended for registered NA Service bodies. See nacc2/README.md for details.