Plugin Name: alpha-blocks File Path: alpha-blocks/tags/1.5.0/class/block_inline_style.php Important Functions: - : Manages and enqueues Google Fonts for the plugin. - : Handles actions when a post is saved, including updating custom CSS. - : Retrieves compiled CSS for blocks. - : Extracts and processes all font styles used in blocks. - : Handles actions when a post is deleted, like unsetting used fonts. Last Update: 6 weeks ago by Robiulawal40 ( commit) File Size: 5.4KB Potential Vulnerabilities Input Validation: Lack of strict validation when handling post content and block attributes could lead to XSS (cross-site scripting) if unescaped data is used in generated CSS. Dynamic CSS Generation: Dynamically generated inline styles and CSS through and font URLs could expose risks if not properly sanitized. Storage of Options: Direct usage of and for stored font data could potentially be exploited if not sanitized.