-
Notifications
You must be signed in to change notification settings - Fork 0
Hooks
MD Sultan Nasir Uddin edited this page Jun 20, 2018
·
1 revision
#Actions
do_action( 'plvr_framework_before_metabox-' . $this->id, $post, $this->id );
do_action( 'plvr_framework_before_metabox', $post, $this->id );
do_action( 'plvr_framework_after_metabox-' . $this->id, $post, $this->id );
do_action( 'plvr_framework_after_metabox', $post, $this->id );