Recent

Metabox class

Metabox

Admin Metabox Class.

Namespace: WebberZone\WFP\Admin
Since: 3.1.0
Source: includes/admin/class-metabox.php line 27

Methods

__construct()

Constructor class.

Since: 3.1.0
Line: 34

public function __construct(  );

add_meta_box() static

Function to add meta box in Write screens.

Since: 3.1.0
Line: 47

static public function add_meta_box( $post_type );
TypeNameDescription
string$post_typePost type.

call_meta_box() static

Function to call the meta box.

Since: 3.1.0
Line: 93

static public function call_meta_box(  );

save_meta_box() static

Function to save the meta box.

Since: 3.1.0
Line: 136

static public function save_meta_box( $post_id );
TypeNameDescription
int$post_idPost ID.