Skip to content

mc_post_access_term_form

github-actions[bot] edited this page Jun 3, 2026 · 4 revisions

Execute action after access term editor form prints to screen.

Auto-generated Example

add_action(
   'mc_post_access_term_form',
    function(
        object $cur_cat,
        $string_view_type_of_view
    ) {
        // Your code here.
    },
    10,
    2
);

Parameters

  • object $cur_cat Current access term object.
  • $string_view_type_of_view Other variable names: $view

Files

do_action( 'mc_post_access_term_form', $current, $view )

← All Hooks

Clone this wiki locally