Filter by type:
Search
Skip to content
Browse: Home / Classes / Astra_Breadcrumbs_Markup / Astra_Breadcrumbs_Markup::__construct()

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

Expand full source code Collapse full source code View on Trac


User Contributed Notes

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