Astra_Meta_Boxes::__construct()
Constructor
Description
Source
File: inc/metabox/class-astra-meta-boxes.php
public function __construct() {
add_action( 'load-post.php', array( $this, 'init_metabox' ) );
add_action( 'load-post-new.php', array( $this, 'init_metabox' ) );
add_action( 'do_meta_boxes', array( $this, 'remove_metabox' ) );
}
Expand full source code Collapse full source code View on Trac