Comment to Developer question: content filter
Seeing that code, I think I understand my mistake, ugh! This should work
if( $iCF & (1 << 3) ) {
// do something
}
Going to go check now. Sometimes my brain gets stuck!