Astra_After_Setup_Theme::__construct()

Constructor


Description


Source

File: inc/class-astra-after-setup-theme.php

		public function __construct() {
			add_action( 'after_setup_theme', array( $this, 'setup_theme' ), 2 );
			add_action( 'wp', array( $this, 'setup_content_width' ) );
		}


User Contributed Notes

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