Plugin Directory

Changeset 3489966


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

Fix bug on dismiss notices feature

Location:
sbs-settings/trunk
Files:
2 edited

Legend:

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

    r3489219 r3489966  
    435435        add_action( 'admin_notices', function () use ( $captured ) {
    436436            foreach ( $captured as $html ) {
    437                 echo wp_kses_post( $html );
     437                echo sbsset_kses_custom_html( $html );
    438438            }
    439439        } );
  • sbs-settings/trunk/sbs-settings.php

    r3489220 r3489966  
    33 * Plugin Name: SbS Settings
    44 * Description: Should be Standard Settings — because it should. All-in-one WordPress & WooCommerce optimization with a modern AJAX toggle UI, completely free.
    5  * Version: 1.0.0
     5 * Version: 1.0.1
    66 * Author: onepixelwp
    77 * Text Domain: sbs-settings
Note: See TracChangeset for help on using the changeset viewer.