Astra_Related_Posts_Loader::__construct()

Constructor


Description


Source

File: inc/modules/related-posts/class-astra-related-posts-loader.php

	public function __construct() {

		add_filter( 'astra_theme_defaults', array( $this, 'theme_defaults' ) );
		add_action( 'customize_register', array( $this, 'related_posts_customize_register' ), 2 );
		// Load Google fonts.
		add_action( 'astra_get_fonts', array( $this, 'add_fonts' ), 1 );
	}

Changelog

Changelog
Version Description
3.5.0 Introduced.

User Contributed Notes

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