Can I enable logging for Vimeography?
Rudimentary request logging is introduced as a part of Vimeography 2.2
To enable:
Add the following line to your WordPress functions.php file, or using another plugin like Code Snippets
add_filter('vimeography.logs.enabled', '__return_true');
To use:
- Visit edit galleries page in admin
- Refresh videos cache
- Visit frontend page with problematic gallery
- Return to edit galleries page in admin
- append `&debug` to url to view the cached transient data
The transient will expire after 15 minutes and automatically be removed from your database.