Astra_Breadcrumbs_Markup::__construct()

Constructor


Description


Source

File: inc/addons/breadcrumbs/class-astra-breadcrumbs-markup.php

		public function __construct() {

			add_action( 'wp', array( $this, 'astra_breadcumb_template' ) );
		}


User Contributed Notes

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