array( 'title' => __( 'Design', 'cartflows' ), 'id' => 'design', 'class' => '', 'icon' => 'dashicons-info', 'priority' => 60, ), ); return $tabs; } /** * Script Settings * * @param array $options options. * @param int $post_id post ID. */ public function custom_script( $options, $post_id ) { $fields = array( 'custom-script' => array( 'label' => __( 'Custom Script', 'cartflows' ), 'name' => 'custom-script', 'help' => esc_html__( 'Custom script lets you add your own custom script on front end of this flow page.', 'cartflows' ), ), ); return $fields; } }