Astra_Gutenberg::add_ast_block_container( array $attr )

Update Schema markup attribute.


Description


Parameters

$attr

(array) (Required) An array of attributes.


Return

(array) Updated embed markup.


Source

File: inc/compatibility/class-astra-gutenberg.php

	public function add_ast_block_container( $attr ) {
		$attr['ast-blocks-layout'] = 'true';
		return $attr;
	}

User Contributed Notes

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