Changeset 3489966
- Timestamp:
- 03/24/2026 12:31:17 PM (8 days ago)
- Location:
- sbs-settings/trunk
- Files:
-
- 2 edited
-
includes/functions.php (modified) (1 diff)
-
sbs-settings.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
sbs-settings/trunk/includes/functions.php
r3489219 r3489966 435 435 add_action( 'admin_notices', function () use ( $captured ) { 436 436 foreach ( $captured as $html ) { 437 echo wp_kses_post( $html );437 echo sbsset_kses_custom_html( $html ); 438 438 } 439 439 } ); -
sbs-settings/trunk/sbs-settings.php
r3489220 r3489966 3 3 * Plugin Name: SbS Settings 4 4 * 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. 05 * Version: 1.0.1 6 6 * Author: onepixelwp 7 7 * Text Domain: sbs-settings
Note: See TracChangeset
for help on using the changeset viewer.