\StreamManagerManager

Stream Manager.

Summary

Methods
Properties
Constants
get_instance()
on_save_post()
$plugin
No constants found
No protected methods found
$instance
N/A
__construct()
No private properties found
N/A

Properties

$plugin

$plugin : object

Instance of StreamManager.

Type

object

$instance

$instance : object

Instance of this class.

Type

object

Methods

get_instance()

get_instance() : object

Return an instance of this class.

Returns

object —

A single instance of this class.

on_save_post()

on_save_post(string  $new, string  $old, object  $post) 

Update streams whenever any post status is changed

Parameters

string $new

new post status

string $old

old post status

object $post

WordPress post object

__construct()

__construct() 

Initialize the plugin