esc_html__( 'Avada Builder Elements', 'Avada' ),
'id' => 'fusion_builder_elements',
'is_panel' => true,
'priority' => 14,
'icon' => 'el-icon-cog',
'fields' => [
'shortcode_styling' => [
'label' => '',
/* translators: URL. */
'description' => '
' . sprintf( __( '
IMPORTANT NOTE: Avada Builder Elements settigns are moved to Avada 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;
}