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

User Contributed Notes

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