Skip to content

wpt_filter_terms

github-actions[bot] edited this page Jun 19, 2026 · 2 revisions

Auto-generated Example

add_filter(
   'wpt_filter_terms',
    function(
        $continue,
        $args
    ) {
        // Your code here.
        return $continue;
    },
    10,
    2
);

Parameters

  • $continue
  • $args

Files

apply_filters( 'wpt_filter_terms', $continue, $args )

← All Hooks

Clone this wiki locally