• Hi guys,

    Does this plugin add any extra overhead compared to hardcoding endpoints?

    Also, would it be possible to add native support for Meta Box (https://www.ads-software.com/plugins/meta-box/) ?

    They have 600K + installs and most are developers. There are several fields that need filtering, and they also have a custom database tables extension to store post custom fields in a separate table. Simply connecting to the custom table won’t work because it’s a combination of a wp_posts entty + a custom table entry.

    Last question- does the plugin support creating rest routes for settings? (wp_options).

    Thanks!

Viewing 1 replies (of 1 total)
  • Plugin Author Rest Routes

    (@wp-making)

    Hello @menathor,

    Thank you for your message!

    1. No extra noticeable overhead comparing to hardcoding endpoints as we use default WP functions. Also, this plugin doesn’t offer any other functionality besides adding custom endpoints in a very intuitive way, so there are no other internal calls to WP hooks for other parts of the CMS.

    2. Never heard about this plugin, we will check it out and most likely implement some integration.

    3. Yeah! We offer support for custom tables, so, WP tables are also considered custom tables. So you can create GET, POST, DELETE endpoints for wp_posts easily.

Viewing 1 replies (of 1 total)
  • The topic ‘Performance and Meta Box integration’ is closed to new replies.