This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?php | |
| /** | |
| * dezaak-hide-admin-bar.php — hide the WordPress admin bar on the frontend | |
| * | |
| * mu-plugin: loads automatically before all other plugins, cannot be disabled via WP admin. | |
| * | |
| * Logged-in WordPress users (editors, admins, etc.) see the admin toolbar on the public | |
| * frontend by default. On dezaak.nl this toolbar is never useful to visitors and exposes | |
| * internal state. This plugin removes it from all frontend pages while leaving wp-admin | |
| * fully functional. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| openapi: 3.0.0 | |
| info: | |
| title: Typeform Insights API | |
| version: 1.0.0 | |
| servers: | |
| - url: https://api.typeform.com | |
| paths: | |
| /forms/{form_id}/insights: |