__( 'Advanced Settings', 'post-carousel' ), 'icon' => 'fa fa-cogs', 'fields' => array( array( 'id' => 'pcp_delete_all_data', 'type' => 'checkbox', 'title' => __( 'Clean-up Data on Deletion', 'post-carousel' ), 'help' => __( 'Delete all Smart Post Show data from the database on plugin uninstalling and deletion.', 'post-carousel' ), 'default' => false, ), ), ) ); } }