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' ) );
		}


User Contributed Notes

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