Beispiel #1
0
            </select>
        </td>
        <td><?php 
_e('Type of filtering when selecting multiple terms.', 'wp-ultimate-post-grid');
?>
</td>
    </tr>
    </tbody>
    <tr class="wpupg_divider">
        <td><label for="wpupg_filter_limit"><?php 
_e('Limit Terms', 'wp-ultimate-post-grid');
?>
</label></td>
        <td>
            <input type="checkbox" name="wpupg_filter_limit" id="wpupg_filter_limit" <?php 
if ($grid->filter_limit()) {
    echo 'checked="true" ';
}
?>
/>
        </td>
        <td><?php 
_e('Only show selected terms in the filter.', 'wp-ultimate-post-grid');
?>
</td>
    </tr>
    <tbody class="wpupg_limit_terms">
    <?php 
$post_types = get_post_types('', 'objects');
unset($post_types[WPUPG_POST_TYPE]);
unset($post_types['revision']);