BBP_Skip_Children::__construct()
Hook into the ‘pre_post_update’ action.
Description Description
Source Source
File: includes/core/cache.php
public function __construct() {
add_action( 'pre_post_update', array( $this, 'pre_post_update' ) );
}
Changelog Changelog
| Version | Description |
|---|---|
| 2.1.0 | Introduced. |