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' ) );
	}

Top ↑

Changelog Changelog

Changelog
Version Description
2.1.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.