BBP_Skip_Children::__construct()

Hook into the ‘pre_post_update’ action.

Description

Source

File: bp-forums/core/cache.php

49
50
51
public function __construct() {
    add_action( 'pre_post_update', array( $this, 'pre_post_update' ) );
}

Changelog

Changelog
Version Description
bbPress (r4011) Introduced.

Questions?

We're always happy to help with code or other questions you might have! Search our developer docs, contact support, or connect with our sales team.