esc_html__( 'Fusion Builder Elements', 'Avada' ),
'id' => 'fusion_builder_elements',
'is_panel' => true,
'priority' => 14,
'icon' => 'el-icon-cog',
'fields' => array(
'shortcode_styling' => array(
'label' => '',
/* translators: URL. */
'description' => '
' . sprintf( __( '
IMPORTANT NOTE: Fusion Builder Elements settigns are moved to Fusion Builder Elements options panel
here.', 'Avada' ), admin_url( 'admin.php?page=fusion-element-options' ) ) . '
',
'id' => 'shortcode_styling',
'type' => 'custom',
'option_name' => $option_name,
),
),
);
}
return $sections;
}