WP Sheet Editor includes a robust API that allows developers to customize the plugin using some WordPress actions and filters.

  • Add new/Remove columns to the spreadsheet (edit custom fields)
  • Add new/remove items to the toolbar
  • Modify the behaviour of the plugin
  • Etc.

You can search “do_action” and “apply_filter” in the plugin´s code to see the hooks available, and review the code of the internal modules to see how they work.

We´re available for customizations or custom development. I am interested!