- open-graph-tags.php: replace Plugin Name header with package docblock
- featured-image-generator.php: same cleanup
- sp-event-permalink.php: same cleanup, normalize indentation to tabs,
collapse redundant switch cases (league/tournament both map to 'game')
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
- Fix null-dereference: check !$post with || before accessing post_type
- Sanitize $_GET['post'] with absint() before use
- Escape OG tag attribute values with esc_attr()/esc_url()
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>