tigerstyle-heat/admin/js/sitemap-admin.js
Ryan Malloy 0028738e33 Initial commit: TigerStyle Heat v2.0.0
Make your WordPress site irresistible. Natural SEO attraction with:
- robots.txt management
- sitemap.xml generation
- LLMs.txt support
- Google integration (Analytics, Search Console, Tag Manager)
- Schema.org structured data
- Open Graph / Twitter Card meta tags
- AMP support
- Visual elements gallery
- Built-in backup/restore module

Includes build.sh and .distignore for WordPress-installable release ZIPs.
2026-05-27 13:41:35 -06:00

10 lines
288 B
JavaScript

/**
* TigerStyle Heat - Sitemap XML Module JavaScript
*/
jQuery(document).ready(function($) {
// Module-specific functionality for sitemap.xml tab
// Main functionality is handled by the core admin.js file
console.log('TigerStyle Heat: Sitemap XML module loaded');
});