Is it save to require plugin.php early to be able to use get_plugin_data() earlier?

I’d like to avoid hard coding my plugin’s version at multiple places. To realize this the function get_plugin_data() comes in handy. But here the fun comes to an unpleasant stop. Checking for a plugin update to execute related housekeeping for example should be done early (e.g. plugins_loaded) but unfortunately wp-admin/includes/plugin.php is not loaded before admin_init … Read more

Plugins or Tutorials for displaying data from SQL-db on WP-page? [closed]

Closed. This question needs to be more focused. It is not currently accepting answers. Want to improve this question? Update the question so it focuses on one problem only by editing this post. Closed 5 years ago. Improve this question I have a custom weather-station on a Raspberry Pi 3 with a local LAMP-setup running. … Read more