bbp_transition_post_status

bbp_transition_post_status

Hook Type: action

See hook in core

Displaying hooks found in version: bbpress.2.6.9

do_action('bbp_transition_post_status') is found 1 times:

  • /includes/core/sub-actions.php line 289
    285
    286
    287
    288
    289
    290
    291
    292
    293
    294
    295
            return;
        }
     
        // Do the action
        do_action( 'bbp_transition_post_status', $new_status, $old_status, $post );
    }
     
    /** User Actions **************************************************************/
     
    /**
     * The main action for hooking into when a user account is updated