1 Global Layout to replace Layout Sections on every page of your site, or create a new Layout to replace them on specific pages, based on the conditions you choose.', 'fusion-builder' ); // phpcs:ignore WordPress.Security.EscapeOutput ?>

2 ' . esc_html__( 'Layout Sections', 'fusion-builder' ) . '' ); ?>

3 ' . esc_html__( 'Layout', 'fusion-builder' ) . '' ); ?>

' . esc_html__( 'Avada Layouts Documentation', 'fusion-builder' ) . '' ); ?>

get_layout_order(); $layouts = Fusion_Template_Builder()->get_registered_layouts(); // If there is a specific order, we need to prefix the array keys to avoid the JSON being auto sorted according to ascending indices. if ( '' !== $layout_order ) { $layouts = array_combine( array_map( function ( $key ) { return '@' . $key; }, array_keys( $layouts ) ), $layouts ); } ?>