in_list( $this->settings['groups'], $tl_item->ID ) ) { return true; } if ( $this->in_list( $this->settings['shortcodes'], $tl_item->ID ) ) { return true; } if ( $this->in_list( $this->settings['thrive_boxes'], $tl_item->ID ) ) { return true; } return false; } }