Astra_Meta_Box_Operations::meta_hooks()
Metabox Hooks
Description
Source
File: inc/metabox/class-astra-meta-box-operations.php
public function meta_hooks() {
if ( is_singular() ) {
add_action( 'wp_head', array( $this, 'primary_header' ) );
add_filter( 'astra_the_title_enabled', array( $this, 'post_title' ) );
add_filter( 'body_class', array( $this, 'body_class' ) );
}
}
Expand full source code Collapse full source code View on Trac