Astra_Beaver_Builder::__construct()

Constructor


Description


Source

File: inc/compatibility/class-astra-beaver-builder.php

		public function __construct() {
			add_action( 'wp', array( $this, 'beaver_builder_default_setting' ), 20 );
			add_action( 'do_meta_boxes', array( $this, 'beaver_builder_default_setting' ), 20 );
			add_filter( 'astra_theme_assets', array( $this, 'add_styles' ) );
		}


User Contributed Notes

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