tag is rendered. // // We add 'sa-orchestration' to the allowlist via this filter. Surgical: // it does NOT disable Fluent Boards' no-conflict mechanism (other plugins' // scripts are still stripped), and it does NOT change any other behavior // in Sara, Attention, or anything else. Just whitelists our plugin path. add_filter( 'fluent_boards/asset_listed_slugs', function ( $slugs ) { if ( ! is_array( $slugs ) ) $slugs = []; if ( ! in_array( '\/sa-orchestration\/', $slugs, true ) ) { $slugs[] = '\/sa-orchestration\/'; } return $slugs; } );