LLMS_Post_Relationships::__construct()


Description Description


Source Source

File: includes/class.llms.post.relationships.php

	public function __construct() {

		add_action( 'delete_post', array( $this, 'maybe_update_relationships' ) );

	}

Top ↑

User Contributed Notes User Contributed Notes

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