v0.2.4 - REST API Support and ACF Diagnostics
REST API Support and ACF Diagnostics
This release adds full REST API support to all ACF fields and includes a diagnostic tool to troubleshoot field registration issues.
Features
✨ REST API Support: All ACF fields now have show_in_rest enabled, making them accessible in:
- Bricks Builder query loops
- WordPress REST API
- Headless WordPress setups
- Any REST API consumer
🔍 ACF Diagnostic Tool: New diagnostic page to troubleshoot ACF field registration
- Access at:
https://yoursite.com/wp-content/plugins/Nova-Video-Manager/acf-diagnostic.php - Shows ACF status, version, and Pro detection
- Lists all registered field groups
- Shows detailed field information
- Provides troubleshooting recommendations
Fields Now Available via REST API
Video Metadata Fields:
nvm_youtube_id- YouTube Video IDnvm_youtube_url- YouTube URLnvm_duration- Video durationnvm_published_at- Published datenvm_view_count- View countnvm_like_count- Like countnvm_comment_count- Comment countnvm_last_synced- Last sync timenvm_description_modified- Description modified flag
Community Fields:
nvm_featured_members- Featured community members (relationship field)
Troubleshooting Missing ACF Fields
If you're not seeing ACF fields in the WordPress admin or Bricks Builder:
- Run the diagnostic tool: Visit
https://yoursite.com/wp-content/plugins/Nova-Video-Manager/acf-diagnostic.php - Check ACF Pro is active: The plugin requires ACF Pro
- Re-enter OAuth credentials: If you moved from local to live, re-enter your Client Secret
- Deactivate and reactivate: Sometimes helps refresh field registration
For Bricks Builder Users
You can now use all video metadata fields in your query loops:
{acf_nvm_published_at}
{acf_nvm_view_count}
{acf_nvm_like_count}
{acf_nvm_youtube_url}
And filter by featured members using the relationship field!