Astra_Meta_Box_Operations::__construct()

Constructor


Description


Source

File: inc/metabox/class-astra-meta-box-operations.php

		public function __construct() {
			add_action( 'wp', array( $this, 'meta_hooks' ) );
		}


User Contributed Notes

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