Changeset 3275632
- Timestamp:
- 04/17/2025 09:59:03 AM (10 months ago)
- Location:
- codeart-units-converter/trunk
- Files:
-
- 2 edited
-
codeart-units-converter.php (modified) (1 diff)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
codeart-units-converter/trunk/codeart-units-converter.php
r3275583 r3275632 108 108 //time 109 109 include_once plugin_dir_path(__FILE__) . 'include/converter/time/time.php'; 110 //storage 111 include_once plugin_dir_path(__FILE__) . 'include/converter/storage/storage.php'; 112 //energy 113 include_once plugin_dir_path(__FILE__) . 'include/converter/energy/energy.php'; 114 //power 115 include_once plugin_dir_path(__FILE__) . 'include/converter/power/power.php'; 116 //pressure 117 include_once plugin_dir_path(__FILE__) . 'include/converter/pressure/pressure.php'; 118 //force 119 include_once plugin_dir_path(__FILE__) . 'include/converter/force/force.php'; 110 120 111 121 -
codeart-units-converter/trunk/readme.txt
r3275583 r3275632 46 46 ### Example Shortcodes 47 47 48 Use the `type` attribute to specify the converter or calculator. You can also use the `style` attribute to customize layout (e.g., `table`, ` compact`, `default`).48 Use the `type` attribute to specify the converter or calculator. You can also use the `style` attribute to customize layout (e.g., `table`, `list`). 49 49 50 50 * `[codeart_units_converter_converters type='weight' style='table']`
Note: See TracChangeset
for help on using the changeset viewer.