Skip to content

Instantly share code, notes, and snippets.

View jimpowelltech's full-sized avatar

Jim Powell jimpowelltech

View GitHub Profile
<?php
isAppropriate($article) {
$audience = $article->field_intended_audience['und'][0]['value'];
// Use the code from the views filter to return either true or false
// !!! You'll need to flip it though, so return true means I should see it
}