dotherightthing / wpdtrt-plugin-boilerplate

Boilerplate for WordPress plugin development. Formerly named wpdtrt-plugin.
2 stars 2 forks source link

Can get_api_data and get_plugin_data be merged to avoid confusion? #187

Open dotherightthing opened 3 years ago

dotherightthing commented 3 years ago
$plugin->get_api_data(); // load and store the external data (once).
$data = $plugin->get_plugin_data(); // retrieve the stored external data.