Plugin Directory

Changeset 3275632


Ignore:
Timestamp:
04/17/2025 09:59:03 AM (10 months ago)
Author:
codeisartnet
Message:

update

Location:
codeart-units-converter/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • codeart-units-converter/trunk/codeart-units-converter.php

    r3275583 r3275632  
    108108//time
    109109include_once plugin_dir_path(__FILE__) . 'include/converter/time/time.php';
     110//storage
     111include_once plugin_dir_path(__FILE__) . 'include/converter/storage/storage.php';
     112//energy
     113include_once plugin_dir_path(__FILE__) . 'include/converter/energy/energy.php';
     114//power
     115include_once plugin_dir_path(__FILE__) . 'include/converter/power/power.php';
     116//pressure
     117include_once plugin_dir_path(__FILE__) . 'include/converter/pressure/pressure.php';
     118//force
     119include_once plugin_dir_path(__FILE__) . 'include/converter/force/force.php';
    110120
    111121
  • codeart-units-converter/trunk/readme.txt

    r3275583 r3275632  
    4646### Example Shortcodes
    4747
    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`).
     48Use the `type` attribute to specify the converter or calculator. You can also use the `style` attribute to customize layout (e.g., `table`, `list`).
    4949
    5050* `[codeart_units_converter_converters type='weight' style='table']`
Note: See TracChangeset for help on using the changeset viewer.