Plugin Directory

Changeset 3489983


Ignore:
Timestamp:
03/24/2026 12:36:57 PM (8 days ago)
Author:
onepixelwp
Message:

Fix error from WP standards

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sbs-settings/trunk/includes/functions.php

    r3489966 r3489983  
    435435        add_action( 'admin_notices', function () use ( $captured ) {
    436436            foreach ( $captured as $html ) {
    437                 echo sbsset_kses_custom_html( $html );
     437                echo wp_kses( $html, sbsset_kses_custom_html_allowed_tags() );
    438438            }
    439439        } );
Note: See TracChangeset for help on using the changeset viewer.