Astra_Breadcrumbs_Loader::__construct()
Constructor
Description
Source
File: inc/addons/breadcrumbs/class-astra-breadcrumbs-loader.php
public function __construct() { add_filter( 'astra_theme_defaults', array( $this, 'theme_defaults' ) ); add_action( 'customize_preview_init', array( $this, 'preview_scripts' ), 110 ); add_action( 'customize_register', array( $this, 'customize_register' ), 2 ); // Load Google fonts. add_action( 'astra_get_fonts', array( $this, 'add_fonts' ), 1 ); }
Expand full source code Collapse full source code View on Trac