Five Star Restaurant Menu Developer Documentation

The developer documentation is for coders who want to learn how to extend the plugin with available filters, custom templates, plugin hooks and more.

If you’re not a coder, you’re probably looking for the User Guide.


Filters

The following filter is available. You could, for example, use this in your theme’s functions.php file to extend the functionality of the plugin.

  • fdm_order_statuses => This can be used to add your own custom order statuses. Example.

Old Archived Developer Documentation

The followeing covers some old methods via which the plugin was modifiable by a developer. These are no longer supported and may no longer work as originally intended or at all. This section is left here for reference.

Tutorials

Code Snippets